public final class IntHasher extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
cardinality |
short |
factor |
byte |
shift |
| Modifier and Type | Method and Description |
|---|---|
static Optional<IntHasher> |
forKeys(int[] keys) |
int |
hash(int value) |
String |
toString() |