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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValuepublic V setValue(V value)
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.