Package com.carrotsearch.hppc
Interface Intrinsics.KeyHasher<T>
-
- Enclosing class:
- Intrinsics
public static interface Intrinsics.KeyHasher<T>
Anything that distributes keys by their hash value. Not a public interface because we want the implementing methods to be effectively protected, but used for API consistency in templates. *
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
hashKey(T key)
-
-
-
Method Detail
-
hashKey
int hashKey(T key)
-
-