Package com.google.common.collect
Class MapMakerInternalMap.WriteThroughEntry
- java.lang.Object
-
- com.google.common.collect.AbstractMapEntry<K,V>
-
- com.google.common.collect.MapMakerInternalMap.WriteThroughEntry
-
- All Implemented Interfaces:
java.util.Map.Entry<K,V>
- Enclosing class:
- MapMakerInternalMap<K,V,E extends MapMakerInternalMap.InternalEntry<K,V,E>,S extends MapMakerInternalMap.Segment<K,V,E,S>>
final class MapMakerInternalMap.WriteThroughEntry extends AbstractMapEntry<K,V>
Custom Entry class used by EntryIterator.next(), that relays setValue changes to the underlying map.
-
-
Constructor Summary
Constructors Constructor Description WriteThroughEntry(K key, V value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object object)
K
getKey()
V
getValue()
int
hashCode()
V
setValue(V newValue)
-
Methods inherited from class com.google.common.collect.AbstractMapEntry
toString
-
-