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()
KeyValuepublic java.lang.Object getValue()
KeyValuepublic int hashCode()
hashCode in interface java.util.Map.EntryhashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in interface java.util.Map.Entryequals in class java.lang.Objectpublic java.lang.Object setValue(java.lang.Object val)
setValue in interface java.util.Map.Entry