Class MapMakerInternalMap.WriteThroughEntry

java.lang.Object
com.google.common.collect.AbstractMapEntry<K,V>
com.google.common.collect.MapMakerInternalMap.WriteThroughEntry
All Implemented Interfaces:
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.