public static final class IntArrayHash.IntArrayHashEntry<V> extends Hash.HashEntry<V>
| Modifier and Type | Field and Description |
|---|---|
int[] |
key |
| Constructor and Description |
|---|
IntArrayHashEntry() |
IntArrayHashEntry(int hash,
Hash.HashEntry<V> next,
V value,
int[] key,
Hash.HashEntry<V> head) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(int[] key) |
getHash, removepublic IntArrayHashEntry(int hash,
Hash.HashEntry<V> next,
V value,
int[] key,
Hash.HashEntry<V> head)
public IntArrayHashEntry()