Uses of Interface
org.eclipse.collections.api.map.ConcurrentMutableMap
| Package | Description |
|---|---|
| org.eclipse.collections.api.map |
This package contains interfaces for map API which enhance the performance and functionality of
Map |
| org.eclipse.collections.impl.map.mutable |
This package contains implementations of the
MutableMap interface. |
-
Uses of ConcurrentMutableMap in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return ConcurrentMutableMap Modifier and Type Method Description ConcurrentMutableMap<K,V>ConcurrentMutableMap. tap(Procedure<? super V> procedure)default ConcurrentMutableMap<K,V>ConcurrentMutableMap. withMap(Map<? extends K,? extends V> map) -
Uses of ConcurrentMutableMap in org.eclipse.collections.impl.map.mutable
Classes in org.eclipse.collections.impl.map.mutable that implement ConcurrentMutableMap Modifier and Type Class Description classConcurrentHashMap<K,V>classConcurrentHashMapUnsafe<K,V>classConcurrentMutableHashMap<K,V>Deprecated.since 2.0Methods in org.eclipse.collections.impl.map.mutable that return ConcurrentMutableMap Modifier and Type Method Description ConcurrentMutableMap<K,V>ConcurrentHashMap. tap(Procedure<? super V> procedure)ConcurrentMutableMap<K,V>ConcurrentHashMapUnsafe. tap(Procedure<? super V> procedure)ConcurrentMutableMap<K,V>ConcurrentMutableHashMap. tap(Procedure<? super V> procedure)Deprecated.