Uses of Interface
org.eclipse.collections.api.map.ConcurrentMutableMap
Packages that use ConcurrentMutableMap
Package
Description
This package contains interfaces for map API which enhance the performance and functionality of
Map
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 ConcurrentMutableMapModifier and TypeMethodDescriptiondefault ConcurrentMutableMap
<K, V> 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 ConcurrentMutableMapModifier and TypeFieldDescriptionprivate final ConcurrentMutableMap
<T, Boolean> ParallelDistinctIterable.DistinctAndPredicate.distinct
private final ConcurrentMutableMap
<T, 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 ConcurrentMutableMapModifier and TypeFieldDescriptionprivate final ConcurrentMutableMap
<T, Boolean> ParallelDistinctListIterable.DistinctAndPredicate.distinct
private final ConcurrentMutableMap
<T, Boolean> ParallelDistinctListIterable.DistinctOrPredicate.distinct
-
Uses of ConcurrentMutableMap in org.eclipse.collections.impl.map.mutable
Classes in org.eclipse.collections.impl.map.mutable that implement ConcurrentMutableMapModifier and TypeClassDescriptionfinal class
ConcurrentHashMap<K,
V> class
final class
Deprecated.since 2.0Methods in org.eclipse.collections.impl.map.mutable that return ConcurrentMutableMapModifier and TypeMethodDescriptionDeprecated.