public static final class BytesHash.BytesHashEntry<V> extends Hash.HashEntry<V>
| Constructor and Description |
|---|
BytesHashEntry() |
BytesHashEntry(int hash,
Hash.HashEntry<V> next,
V value,
byte[] bytes,
int p,
int end,
Hash.HashEntry<V> head) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(byte[] bytes,
int p,
int end) |
getHash, removepublic BytesHashEntry(int hash,
Hash.HashEntry<V> next,
V value,
byte[] bytes,
int p,
int end,
Hash.HashEntry<V> head)
public BytesHashEntry()