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