Uses of Class
org.eclipse.collections.impl.map.mutable.ConcurrentHashMap
Packages that use ConcurrentHashMap
Package
Description
This package contains implementations of the
MutableMap interface.This package contains implementations of
ImmutableSortedSet.-
Uses of ConcurrentHashMap in org.eclipse.collections.impl.lazy.parallel
Methods in org.eclipse.collections.impl.lazy.parallel with parameters of type ConcurrentHashMap -
Uses of ConcurrentHashMap in org.eclipse.collections.impl.lazy.parallel.list
Fields in org.eclipse.collections.impl.lazy.parallel.list declared as ConcurrentHashMapModifier and TypeFieldDescriptionprivate final ConcurrentHashMap<T, Boolean> DistinctBatch.distinctMethods in org.eclipse.collections.impl.lazy.parallel.list with parameters of type ConcurrentHashMapModifier and TypeMethodDescriptionCollectListBatch.distinct(ConcurrentHashMap<V, Boolean> distinct) FlatCollectListBatch.distinct(ConcurrentHashMap<V, Boolean> distinct) ListBatch.distinct(ConcurrentHashMap<T, Boolean> distinct) ListIterableBatch.distinct(ConcurrentHashMap<T, Boolean> distinct) SelectListBatch.distinct(ConcurrentHashMap<T, Boolean> distinct) Constructors in org.eclipse.collections.impl.lazy.parallel.list with parameters of type ConcurrentHashMapModifierConstructorDescriptionDistinctBatch(Batch<T> batch, ConcurrentHashMap<T, Boolean> distinct) -
Uses of ConcurrentHashMap in org.eclipse.collections.impl.lazy.parallel.set.sorted
Methods in org.eclipse.collections.impl.lazy.parallel.set.sorted with parameters of type ConcurrentHashMapModifier and TypeMethodDescriptionCollectSortedSetBatch.distinct(ConcurrentHashMap<V, Boolean> distinct) FlatCollectSortedSetBatch.distinct(ConcurrentHashMap<V, Boolean> distinct) SelectSortedSetBatch.distinct(ConcurrentHashMap<T, Boolean> distinct) SortedSetBatch.distinct(ConcurrentHashMap<T, Boolean> distinct) -
Uses of ConcurrentHashMap in org.eclipse.collections.impl.map.mutable
Fields in org.eclipse.collections.impl.map.mutable with type parameters of type ConcurrentHashMapModifier and TypeFieldDescriptionprivate static final AtomicIntegerFieldUpdater<ConcurrentHashMap> ConcurrentHashMap.SIZE_UPDATERprivate static final AtomicReferenceFieldUpdater<ConcurrentHashMap, AtomicReferenceArray> ConcurrentHashMap.TABLE_UPDATERMethods in org.eclipse.collections.impl.map.mutable that return ConcurrentHashMapModifier and TypeMethodDescriptionstatic <K,V> ConcurrentHashMap <K, V> ConcurrentHashMap.newMap()static <K,V> ConcurrentHashMap <K, V> ConcurrentHashMap.newMap(int newSize) static <NK,NV> ConcurrentHashMap <NK, NV> ConcurrentHashMap.withAllKeyValueArguments(Pair<? extends K, ? extends V>... keyValues) ConcurrentHashMap.withAllKeyValues(Iterable<? extends Pair<? extends K, ? extends V>> keyValues) ConcurrentHashMap.withKeyValue(K key, V value) ConcurrentHashMap.withMapIterable(MapIterable<? extends K, ? extends V> mapIterable) ConcurrentHashMap.withoutAllKeys(Iterable<? extends K> keys) ConcurrentHashMap.withoutKey(K key) -
Uses of ConcurrentHashMap in org.eclipse.collections.impl.set.sorted.immutable
Methods in org.eclipse.collections.impl.set.sorted.immutable with parameters of type ConcurrentHashMapModifier and TypeMethodDescriptionImmutableTreeSet.ImmutableTreeSetBatch.distinct(ConcurrentHashMap<T, Boolean> distinct)