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 obj) |
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 obj) |
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 obj)
equals in interface java.util.Map.Entryequals in class java.lang.Objectpublic java.lang.Object setValue(java.lang.Object obj)
setValue in interface java.util.Map.Entry