Uses of Class
org.eclipse.collections.impl.map.mutable.ConcurrentHashMap
Packages that use ConcurrentHashMap
-
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
Methods 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
Methods 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)