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, hashCodegetKey, toStringprivate final ListOrderedMap parent
ListOrderedMapEntry(ListOrderedMap parent, java.lang.Object key)
public java.lang.Object getValue()
AbstractKeyValuegetValue in interface java.util.Map.EntrygetValue in interface KeyValuegetValue in class AbstractKeyValuepublic java.lang.Object setValue(java.lang.Object value)
AbstractMapEntryMap.Entry.
This Map.Entry is not connected to a Map, so only the
local data is changed.
setValue in interface java.util.Map.EntrysetValue in class AbstractMapEntryvalue - the new value