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>
public abstract class AbstractDelegatingConcurrentMap<K,V>
extends AbstractDelegatingMap<K,V>
implements ConcurrentMap<K,V>
-
Constructor Summary
Constructors -
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
-
Constructor Details
-
AbstractDelegatingConcurrentMap
public AbstractDelegatingConcurrentMap()
-
-
Method Details
-
delegate
- Specified by:
delegate
in classAbstractDelegatingMap<K,
V>
-