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.
- Since:
- 4.1
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractMapEntry
equals, hashCodeMethods inherited from class AbstractKeyValue
getKey, getValue, setKey, toString
-
Constructor Details
-
MultiValuedMapEntry
-
-
Method Details
-
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.
-