Class ListOrderedMap.ListOrderedMapEntry
java.lang.Object
org.apache.commons.collections.keyvalue.AbstractKeyValue
org.apache.commons.collections.keyvalue.AbstractMapEntry
org.apache.commons.collections.map.ListOrderedMap.ListOrderedMapEntry
- Enclosing class:
ListOrderedMap
-
Field Summary
FieldsFields inherited from class org.apache.commons.collections.keyvalue.AbstractKeyValue
key, value
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.collections.keyvalue.AbstractMapEntry
equals, hashCode
Methods inherited from class org.apache.commons.collections.keyvalue.AbstractKeyValue
getKey, toString
-
Field Details
-
parent
-
-
Constructor Details
-
ListOrderedMapEntry
ListOrderedMapEntry(ListOrderedMap parent, Object 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.- Specified by:
setValue
in interfaceMap.Entry
- Overrides:
setValue
in classAbstractMapEntry
- Parameters:
value
- the new value- Returns:
- the previous value
-