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, hashCodeMethods 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:AbstractKeyValueGets the value from the pair. -
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.- Specified by:
setValuein interfaceMap.Entry- Overrides:
setValuein classAbstractMapEntry- Parameters:
value- the new value- Returns:
- the previous value
-