Class LocalCache.WriteThroughEntry

java.lang.Object
com.google.common.cache.LocalCache.WriteThroughEntry
All Implemented Interfaces:
Map.Entry<K,V>
Enclosing class:
LocalCache<K,V>

final class LocalCache.WriteThroughEntry extends Object implements Map.Entry<K,V>
Custom Entry class used by EntryIterator.next(), that relays setValue changes to the underlying map.