Class AbstractMultiValuedMap.MultiValuedMapEntry
java.lang.Object
org.apache.commons.collections4.keyvalue.AbstractKeyValue<K,V>
org.apache.commons.collections4.keyvalue.AbstractMapEntry<K,V>
org.apache.commons.collections4.multimap.AbstractMultiValuedMap.MultiValuedMapEntry
- Enclosing class:
AbstractMultiValuedMap<K,
V>
Inner class for MultiValuedMap Entries.
-
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, getValue, setKey, toString
-
Constructor Details
-
MultiValuedMapEntry
-
-
Method Details
-
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.
-