Package com.google.common.cache
Class LocalCache.WriteThroughEntry
java.lang.Object
com.google.common.cache.LocalCache.WriteThroughEntry
- All Implemented Interfaces:
Map.Entry<K,
V>
- Enclosing class:
LocalCache<K,
V>
Custom Entry class used by EntryIterator.next(), that relays setValue changes to the underlying
map.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
key
-
value
V value
-
-
Constructor Details
-
WriteThroughEntry
-
-
Method Details
-
getKey
-
getValue
-
equals
-
hashCode
public int hashCode() -
setValue
-
toString
-