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 theMutableMapinterface. -
-
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,Boolean> distinct) -
Uses of ConcurrentHashMap in org.eclipse.collections.impl.lazy.parallel.list
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,Boolean> distinct)UnsortedSetBatch<V>FlatCollectListBatch. distinct(ConcurrentHashMap<V,Boolean> distinct)UnsortedSetBatch<T>ListBatch. distinct(ConcurrentHashMap<T,Boolean> distinct)UnsortedSetBatch<T>ListIterableBatch. distinct(ConcurrentHashMap<T,Boolean> distinct)UnsortedSetBatch<T>SelectListBatch. distinct(ConcurrentHashMap<T,Boolean> distinct)Constructors in org.eclipse.collections.impl.lazy.parallel.list with parameters of type ConcurrentHashMap Constructor Description DistinctBatch(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 ConcurrentHashMap Modifier and Type Method Description UnsortedSetBatch<V>CollectSortedSetBatch. distinct(ConcurrentHashMap<V,Boolean> distinct)UnsortedSetBatch<V>FlatCollectSortedSetBatch. distinct(ConcurrentHashMap<V,Boolean> distinct)SortedSetBatch<T>SelectSortedSetBatch. distinct(ConcurrentHashMap<T,Boolean> distinct)SortedSetBatch<T>SortedSetBatch. distinct(ConcurrentHashMap<T,Boolean> distinct) -
Uses of ConcurrentHashMap in org.eclipse.collections.impl.map.mutable
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(Map<NK,NV> map)ConcurrentHashMap<K,V>ConcurrentHashMap. withAllKeyValueArguments(Pair<? extends K,? extends V>... keyValues)ConcurrentHashMap<K,V>ConcurrentHashMap. withAllKeyValues(Iterable<? extends Pair<? extends K,? extends V>> keyValues)ConcurrentHashMap<K,V>ConcurrentHashMap. withKeyValue(K key, V value)ConcurrentHashMap<K,V>ConcurrentHashMap. withMap(Map<? extends K,? extends V> map)ConcurrentHashMap<K,V>ConcurrentHashMap. withMapIterable(MapIterable<? extends K,? extends V> mapIterable)ConcurrentHashMap<K,V>ConcurrentHashMap. withoutAllKeys(Iterable<? extends K> keys)ConcurrentHashMap<K,V>ConcurrentHashMap. withoutKey(K key)
-