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