final class BoundedConcurrentHashMap.WriteThroughEntry extends AbstractMap.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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValueprivate static final long serialVersionUID
public V setValue(V value)
Copyright © 2021 JBoss by Red Hat. All rights reserved.