protected class ConcurrentReferenceHashMap.WriteThroughEntry extends ConcurrentReferenceHashMap.SimpleEntry<K,V>
key, value
Modifier | Constructor and Description |
---|---|
protected |
WriteThroughEntry(K k,
V v) |
Modifier and Type | Method and Description |
---|---|
V |
setValue(V value)
Set our entry's value and writes it through to the map.
|
equals, getKey, getValue, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue
public V setValue(V value)
Copyright © 2018 Hazelcast, Inc.. All rights reserved.