Package com.google.common.cache
Class LocalCache.WriteThroughEntry
- java.lang.Object
-
- com.google.common.cache.LocalCache.WriteThroughEntry
-
- All Implemented Interfaces:
java.util.Map.Entry<K,V>
- Enclosing class:
- LocalCache<K,V>
final class LocalCache.WriteThroughEntry extends java.lang.Object implements java.util.Map.Entry<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)
-