Uses of Class
org.eclipse.collections.impl.map.mutable.ConcurrentMutableHashMap
Packages that use ConcurrentMutableHashMap
-
Uses of ConcurrentMutableHashMap in org.eclipse.collections.impl.map.mutable
Methods in org.eclipse.collections.impl.map.mutable that return ConcurrentMutableHashMapModifier and TypeMethodDescriptionstatic <NK,NV> ConcurrentMutableHashMap<NK, NV> ConcurrentMutableHashMap.newMap()Deprecated.static <NK,NV> ConcurrentMutableHashMap<NK, NV> ConcurrentMutableHashMap.newMap(int initialCapacity) Deprecated.static <NK,NV> ConcurrentMutableHashMap<NK, NV> ConcurrentMutableHashMap.newMap(int initialCapacity, float loadFactor, int concurrencyLevel) Deprecated.static <NK,NV> ConcurrentMutableHashMap<NK, NV> Deprecated.ConcurrentMutableHashMap.withAllKeyValueArguments(Pair<? extends K, ? extends V>... keyValues) Deprecated.ConcurrentMutableHashMap.withAllKeyValues(Iterable<? extends Pair<? extends K, ? extends V>> keyValues) Deprecated.ConcurrentMutableHashMap.withKeyValue(K key, V value) Deprecated.ConcurrentMutableHashMap.withoutAllKeys(Iterable<? extends K> keys) Deprecated.ConcurrentMutableHashMap.withoutKey(K key) Deprecated.