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 Constructor Description AbstractDelegatingConcurrentMap()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract ConcurrentMap<K,V>
delegate()
-
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
-
-
-
-
Method Detail
-
delegate
protected abstract ConcurrentMap<K,V> delegate()
- Specified by:
delegate
in classAbstractDelegatingMap<K,V>
-
-