public abstract class AbstractDelegatingConcurrentMap<K,V> extends AbstractDelegatingMap<K,V> implements java.util.concurrent.ConcurrentMap<K,V>
| Constructor and Description |
|---|
AbstractDelegatingConcurrentMap() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract java.util.concurrent.ConcurrentMap<K,V> |
delegate() |
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait