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>
- Since:
- 3.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractMapEntry
equals, hashCodeMethods inherited from class AbstractKeyValue
getKey, setKey, toString
-
Field Details
-
parent
-
-
Constructor Details
-
ListOrderedMapEntry
ListOrderedMapEntry(ListOrderedMap<K, V> parent, K key)
-
-
Method Details
-
getValue
-
setValue
Description copied from class:AbstractMapEntrySets the value stored in thisMap.Entry.This
Map.Entryis not connected to a Map, so only the local data is changed.
-