protected static class EquivalentHashMap.Node<K,V>
extends java.lang.Object
implements java.util.Map.Entry<K,V>
| Modifier | Constructor and Description |
|---|---|
protected |
Node(K key,
int hash,
V value,
EquivalentHashMap.Node<K,V> next) |
| Modifier and Type | Method and Description |
|---|---|
K |
getKey() |
V |
getValue() |
V |
setValue(V value) |
protected V |
setValue(V value,
EquivalentHashMap<K,V> map) |
protected Node(K key, int hash, V value, EquivalentHashMap.Node<K,V> next)
protected V setValue(V value, EquivalentHashMap<K,V> map)