Uses of Interface
org.eclipse.collections.api.map.ConcurrentMutableMap
-
Packages that use ConcurrentMutableMap Package Description org.eclipse.collections.api.map This package contains interfaces for map API which enhance the performance and functionality ofMap
org.eclipse.collections.impl.lazy.parallel org.eclipse.collections.impl.lazy.parallel.list org.eclipse.collections.impl.map.mutable This package contains implementations of theMutableMap
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(java.util.Map<? extends K,? extends V> map)
default ConcurrentMutableMap<K,V>
ConcurrentMutableMap. withMapIterable(MapIterable<? extends K,? extends V> mapIterable)
-
Uses of ConcurrentMutableMap in org.eclipse.collections.impl.lazy.parallel
Fields in org.eclipse.collections.impl.lazy.parallel declared as ConcurrentMutableMap Modifier and Type Field Description private ConcurrentMutableMap<T,java.lang.Boolean>
ParallelDistinctIterable.DistinctAndPredicate. distinct
private ConcurrentMutableMap<T,java.lang.Boolean>
ParallelDistinctIterable.DistinctOrPredicate. distinct
-
Uses of ConcurrentMutableMap in org.eclipse.collections.impl.lazy.parallel.list
Fields in org.eclipse.collections.impl.lazy.parallel.list declared as ConcurrentMutableMap Modifier and Type Field Description private ConcurrentMutableMap<T,java.lang.Boolean>
ParallelDistinctListIterable.DistinctAndPredicate. distinct
private ConcurrentMutableMap<T,java.lang.Boolean>
ParallelDistinctListIterable.DistinctOrPredicate. distinct
-
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 class
ConcurrentHashMap<K,V>
class
ConcurrentHashMapUnsafe<K,V>
class
ConcurrentMutableHashMap<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.
-