final class ConcurrentReferenceHashMap.WriteThroughEntry extends ConcurrentReferenceHashMap.SimpleEntry<K,V>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
WriteThroughEntry(K k,
V v) |
Modifier and Type | Method and Description |
---|---|
V |
setValue(V value)
Set our entry's value and write through to the map.
|
equals, getKey, getValue, hashCode, toString
private static final long serialVersionUID
public V setValue(V value)