public final class HashingStrategies
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static <T> com.gs.collections.api.block.HashingStrategy<T> |
defaultStrategy() |
static <T,V> com.gs.collections.api.block.HashingStrategy<T> |
fromFunction(com.gs.collections.api.block.function.Function<T,V> function) |
static <T> com.gs.collections.api.block.HashingStrategy<T> |
nullSafeHashingStrategy(com.gs.collections.api.block.HashingStrategy<T> nonNullSafeStrategy) |
public static <T> com.gs.collections.api.block.HashingStrategy<T> defaultStrategy()
public static <T> com.gs.collections.api.block.HashingStrategy<T> nullSafeHashingStrategy(com.gs.collections.api.block.HashingStrategy<T> nonNullSafeStrategy)
public static <T,V> com.gs.collections.api.block.HashingStrategy<T> fromFunction(com.gs.collections.api.block.function.Function<T,V> function)