Uses of Class
org.eclipse.collections.impl.map.mutable.ConcurrentHashMap
-
Packages that use ConcurrentHashMap Package Description org.eclipse.collections.impl.lazy.parallel org.eclipse.collections.impl.lazy.parallel.list org.eclipse.collections.impl.lazy.parallel.set.sorted org.eclipse.collections.impl.map.mutable This package contains implementations of theMutableMap
interface.org.eclipse.collections.impl.set.sorted.immutable This package contains implementations ofImmutableSortedSet
. -
-
Uses of ConcurrentHashMap in org.eclipse.collections.impl.lazy.parallel
Methods in org.eclipse.collections.impl.lazy.parallel with parameters of type ConcurrentHashMap Modifier and Type Method Description Batch<T>
OrderedBatch. distinct(ConcurrentHashMap<T,java.lang.Boolean> distinct)
-
Uses of ConcurrentHashMap in org.eclipse.collections.impl.lazy.parallel.list
Fields in org.eclipse.collections.impl.lazy.parallel.list declared as ConcurrentHashMap Modifier and Type Field Description private ConcurrentHashMap<T,java.lang.Boolean>
DistinctBatch. distinct
Methods in org.eclipse.collections.impl.lazy.parallel.list with parameters of type ConcurrentHashMap Modifier and Type Method Description UnsortedSetBatch<V>
CollectListBatch. distinct(ConcurrentHashMap<V,java.lang.Boolean> distinct)
UnsortedSetBatch<V>
FlatCollectListBatch. distinct(ConcurrentHashMap<V,java.lang.Boolean> distinct)
UnsortedSetBatch<T>
ListBatch. distinct(ConcurrentHashMap<T,java.lang.Boolean> distinct)
UnsortedSetBatch<T>
ListIterableBatch. distinct(ConcurrentHashMap<T,java.lang.Boolean> distinct)
UnsortedSetBatch<T>
SelectListBatch. distinct(ConcurrentHashMap<T,java.lang.Boolean> distinct)
Constructors in org.eclipse.collections.impl.lazy.parallel.list with parameters of type ConcurrentHashMap Constructor Description DistinctBatch(Batch<T> batch, ConcurrentHashMap<T,java.lang.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 ConcurrentHashMap Modifier and Type Method Description UnsortedSetBatch<V>
CollectSortedSetBatch. distinct(ConcurrentHashMap<V,java.lang.Boolean> distinct)
UnsortedSetBatch<V>
FlatCollectSortedSetBatch. distinct(ConcurrentHashMap<V,java.lang.Boolean> distinct)
SortedSetBatch<T>
SelectSortedSetBatch. distinct(ConcurrentHashMap<T,java.lang.Boolean> distinct)
SortedSetBatch<T>
SortedSetBatch. distinct(ConcurrentHashMap<T,java.lang.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 ConcurrentHashMap Modifier and Type Field Description private static java.util.concurrent.atomic.AtomicIntegerFieldUpdater<ConcurrentHashMap>
ConcurrentHashMap. SIZE_UPDATER
private static java.util.concurrent.atomic.AtomicReferenceFieldUpdater<ConcurrentHashMap,java.util.concurrent.atomic.AtomicReferenceArray>
ConcurrentHashMap. TABLE_UPDATER
Methods in org.eclipse.collections.impl.map.mutable that return ConcurrentHashMap Modifier and Type Method Description static <K,V>
ConcurrentHashMap<K,V>ConcurrentHashMap. newMap()
static <K,V>
ConcurrentHashMap<K,V>ConcurrentHashMap. newMap(int newSize)
static <NK,NV>
ConcurrentHashMap<NK,NV>ConcurrentHashMap. newMap(java.util.Map<NK,NV> map)
ConcurrentHashMap<K,V>
ConcurrentHashMap. withAllKeyValueArguments(Pair<? extends K,? extends V>... keyValues)
ConcurrentHashMap<K,V>
ConcurrentHashMap. withAllKeyValues(java.lang.Iterable<? extends Pair<? extends K,? extends V>> keyValues)
ConcurrentHashMap<K,V>
ConcurrentHashMap. withKeyValue(K key, V value)
ConcurrentHashMap<K,V>
ConcurrentHashMap. withMap(java.util.Map<? extends K,? extends V> map)
ConcurrentHashMap<K,V>
ConcurrentHashMap. withMapIterable(MapIterable<? extends K,? extends V> mapIterable)
ConcurrentHashMap<K,V>
ConcurrentHashMap. withoutAllKeys(java.lang.Iterable<? extends K> keys)
ConcurrentHashMap<K,V>
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 ConcurrentHashMap Modifier and Type Method Description SortedSetBatch<T>
ImmutableTreeSet.ImmutableTreeSetBatch. distinct(ConcurrentHashMap<T,java.lang.Boolean> distinct)
-