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, hashCodegetKey, getValue, setKey, toStringpublic V setValue(V value)
AbstractMapEntryMap.Entry.
This Map.Entry is not connected to a Map, so only the
local data is changed.