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