@GwtCompatible public abstract class ForwardingConcurrentMap<K,V> extends ForwardingMap<K,V> implements ConcurrentMap<K,V>
| Modifier and Type | Method and Description |
|---|---|
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, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, valuestoStringcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, replaceAllCopyright © 2010 - 2020 Adobe. All Rights Reserved