private static final class StaticBucketMap.Node<K,V> extends java.lang.Object implements java.util.Map.Entry<K,V>, KeyValue<K,V>
Modifier and Type | Field and Description |
---|---|
protected K |
key |
protected StaticBucketMap.Node<K,V> |
next |
protected V |
value |
Modifier | Constructor and Description |
---|---|
private |
Node() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
K |
getKey()
Gets the key from the pair.
|
V |
getValue()
Gets the value from the pair.
|
int |
hashCode() |
V |
setValue(V obj) |
protected K key
protected V value
protected StaticBucketMap.Node<K,V> next