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, hashCodegetKey, setKey, toStringprivate final ListOrderedMap<K,V> parent
ListOrderedMapEntry(ListOrderedMap<K,V> parent, K key)
public V getValue()
AbstractKeyValuepublic V setValue(V value)
AbstractMapEntryMap.Entry.
This Map.Entry is not connected to a Map, so only the
local data is changed.