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:
Map.Entry<K,
V>
- Enclosing class:
MapMakerInternalMap<K,
V, E extends MapMakerInternalMap.InternalEntry<K, V, E>, S extends MapMakerInternalMap.Segment<K, V, E, S>>
Custom Entry class used by EntryIterator.next(), that relays setValue changes to the underlying
map.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.collect.AbstractMapEntry
toString
-
Field Details
-
key
-
value
V value
-
-
Constructor Details
-
WriteThroughEntry
-
-
Method Details
-
getKey
-
getValue
-
equals
-
hashCode
public int hashCode() -
setValue
-