final class LocalCache.WriteThroughEntry
extends java.lang.Object
implements java.util.Map.Entry<K,V>
Modifier and Type | Field and Description |
---|---|
(package private) K |
key |
(package private) V |
value |
Constructor and Description |
---|
WriteThroughEntry(K key,
V value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
K |
getKey() |
V |
getValue() |
int |
hashCode() |
V |
setValue(V newValue) |
java.lang.String |
toString() |