public static final class BytesHash.BytesHashEntry<V> extends Hash.HashEntry<V>
| Modifier and Type | Field and Description |
|---|---|
byte[] |
bytes |
int |
end |
int |
p |
after, before, next, value| Constructor and Description |
|---|
BytesHash.BytesHashEntry() |
BytesHash.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) |
getHashpublic BytesHash.BytesHashEntry(int hash,
Hash.HashEntry<V> next,
V value,
byte[] bytes,
int p,
int end,
Hash.HashEntry<V> head)
public BytesHash.BytesHashEntry()
Copyright © 2016. All Rights Reserved.