public interface Hasher<K>
HTreeMap| Modifier and Type | Field and Description |
|---|---|
static Hasher<java.lang.Object[]> |
ARRAY |
static Hasher |
BASIC |
static Hasher<byte[]> |
BYTE_ARRAY |
static Hasher<char[]> |
CHAR_ARRAY |
static Hasher<double[]> |
DOUBLE_ARRAY |
static Hasher<int[]> |
INT_ARRAY |
static Hasher<long[]> |
LONG_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(K k1,
K k2) |
int |
hashCode(K k) |
static final Hasher BASIC
static final Hasher<byte[]> BYTE_ARRAY
static final Hasher<char[]> CHAR_ARRAY
static final Hasher<int[]> INT_ARRAY
static final Hasher<long[]> LONG_ARRAY
static final Hasher<double[]> DOUBLE_ARRAY
static final Hasher<java.lang.Object[]> ARRAY