public interface Hasher<K>
HTreeMap
Modifier and Type | Field and Description |
---|---|
static Hasher<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) |
Copyright © 2017. All rights reserved.