static class ListOrderedMap.ListOrderedMapEntry extends AbstractMapEntry
Modifier and Type | Field and Description |
---|---|
private ListOrderedMap |
parent |
key, value
Constructor and Description |
---|
ListOrderedMapEntry(ListOrderedMap parent,
java.lang.Object key) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getValue()
Gets the value from the pair.
|
java.lang.Object |
setValue(java.lang.Object value)
Sets the value stored in this
Map.Entry . |
equals, hashCode
getKey, toString
private final ListOrderedMap parent
ListOrderedMapEntry(ListOrderedMap parent, java.lang.Object key)
public java.lang.Object getValue()
AbstractKeyValue
getValue
in interface java.util.Map.Entry
getValue
in interface KeyValue
getValue
in class AbstractKeyValue
public java.lang.Object setValue(java.lang.Object value)
AbstractMapEntry
Map.Entry
.
This Map.Entry
is not connected to a Map, so only the
local data is changed.
setValue
in interface java.util.Map.Entry
setValue
in class AbstractMapEntry
value
- the new value