Class EolConcurrentMap<K,V>
java.lang.Object
org.eclipse.epsilon.eol.types.EolMap<K,V>
org.eclipse.epsilon.eol.types.concurrent.EolConcurrentMap<K,V>
- Type Parameters:
T
-
- All Implemented Interfaces:
ConcurrentMap<K,
,V> Map<K,
V>
- Since:
- 1.6
- Author:
- Sina Madani
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.epsilon.eol.types.EolMap
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, toString, values
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.concurrent.ConcurrentMap
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
EolConcurrentMap
public EolConcurrentMap()
-