public abstract class ConcurrentMapProxy<K,V> extends MapProxy<K,V> implements ConcurrentMap<K,V>
| Constructor and Description |
|---|
ConcurrentMapProxy() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ConcurrentMap<K,V> |
getDelegate() |
V |
putIfAbsent(K key,
V value) |
boolean |
remove(Object key,
Object value) |
V |
replace(K key,
V value) |
boolean |
replace(K key,
V oldValue,
V newValue) |
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, replaceAllpublic V putIfAbsent(K key, V value)
putIfAbsent in interface ConcurrentMap<K,V>putIfAbsent in interface Map<K,V>protected abstract ConcurrentMap<K,V> getDelegate()
getDelegate in class MapProxy<K,V>Copyright © 2014–2016. All rights reserved.