private class AbstractMultiValuedMap.MultiValuedMapEntry extends AbstractMapEntry<K,V>
Constructor and Description |
---|
MultiValuedMapEntry(K key,
V value) |
Modifier and Type | Method and Description |
---|---|
V |
setValue(V value)
Sets the value stored in this
Map.Entry . |
equals, hashCode
getKey, getValue, setKey, toString
public V setValue(V value)
AbstractMapEntry
Map.Entry
.
This Map.Entry
is not connected to a Map, so only the
local data is changed.