Package org.infinispan.commons.util
Class AbstractDelegatingConcurrentMap<K,V>
java.lang.Object
org.infinispan.commons.util.AbstractDelegatingMap<K,V>
org.infinispan.commons.util.AbstractDelegatingConcurrentMap<K,V>
- All Implemented Interfaces:
ConcurrentMap<K,
,V> Map<K,
V>
- Direct Known Subclasses:
PeekableTouchableCaffeineMap
,PeekableTouchableContainerMap
public abstract class AbstractDelegatingConcurrentMap<K,V>
extends AbstractDelegatingMap<K,V>
implements ConcurrentMap<K,V>
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.infinispan.commons.util.AbstractDelegatingMap
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.concurrent.ConcurrentMap
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
AbstractDelegatingConcurrentMap
public AbstractDelegatingConcurrentMap()
-
-
Method Details
-
delegate
- Specified by:
delegate
in classAbstractDelegatingMap<K,
V>
-