public static class Hash.HashEntry<V>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Hash.HashEntry<V> |
after |
protected Hash.HashEntry<V> |
before |
(package private) int |
hash |
protected Hash.HashEntry<V> |
next |
V |
value |
| Constructor and Description |
|---|
HashEntry() |
HashEntry(int hash,
Hash.HashEntry<V> next,
V value,
Hash.HashEntry<V> head) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHash() |
(package private) void |
remove() |
final int hash
protected Hash.HashEntry<V> next
protected Hash.HashEntry<V> before
protected Hash.HashEntry<V> after
public V value
HashEntry(int hash,
Hash.HashEntry<V> next,
V value,
Hash.HashEntry<V> head)
HashEntry()