Class ListOrderedMap.ListOrderedMapEntry<K,V>
java.lang.Object
org.apache.commons.collections4.keyvalue.AbstractKeyValue<K,V>
org.apache.commons.collections4.keyvalue.AbstractMapEntry<K,V>
org.apache.commons.collections4.map.ListOrderedMap.ListOrderedMapEntry<K,V>
- Enclosing class:
ListOrderedMap<K,
V>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.collections4.keyvalue.AbstractMapEntry
equals, hashCode
Methods inherited from class org.apache.commons.collections4.keyvalue.AbstractKeyValue
getKey, setKey, toString
-
Field Details
-
parent
-
-
Constructor Details
-
ListOrderedMapEntry
ListOrderedMapEntry(ListOrderedMap<K, V> parent, K key)
-
-
Method Details
-
getValue
Description copied from class:AbstractKeyValue
Gets the value from the pair. -
setValue
Description copied from class:AbstractMapEntry
Sets the value stored in thisMap.Entry
.This
Map.Entry
is not connected to a Map, so only the local data is changed.
-