JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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 and Description
int
hashKey
(
T
key)
Method Detail
hashKey
int hashKey(
T
key)
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method