Uses of Class
org.eclipse.collections.impl.map.mutable.ConcurrentHashMapUnsafe
-
Packages that use ConcurrentHashMapUnsafe Package Description org.eclipse.collections.impl.map.mutable This package contains implementations of theMutableMap
interface. -
-
Uses of ConcurrentHashMapUnsafe in org.eclipse.collections.impl.map.mutable
Fields in org.eclipse.collections.impl.map.mutable with type parameters of type ConcurrentHashMapUnsafe Modifier and Type Field Description private static java.util.concurrent.atomic.AtomicReferenceFieldUpdater<ConcurrentHashMapUnsafe,java.lang.Object[]>
ConcurrentHashMapUnsafe. TABLE_UPDATER
Methods in org.eclipse.collections.impl.map.mutable that return ConcurrentHashMapUnsafe Modifier and Type Method Description static <K,V>
ConcurrentHashMapUnsafe<K,V>ConcurrentHashMapUnsafe. newMap()
static <K,V>
ConcurrentHashMapUnsafe<K,V>ConcurrentHashMapUnsafe. newMap(int newSize)
static <NK,NV>
ConcurrentHashMapUnsafe<NK,NV>ConcurrentHashMapUnsafe. newMap(java.util.Map<NK,NV> map)
ConcurrentHashMapUnsafe<K,V>
ConcurrentHashMapUnsafe. withAllKeyValueArguments(Pair<? extends K,? extends V>... keyValues)
ConcurrentHashMapUnsafe<K,V>
ConcurrentHashMapUnsafe. withAllKeyValues(java.lang.Iterable<? extends Pair<? extends K,? extends V>> keyValues)
ConcurrentHashMapUnsafe<K,V>
ConcurrentHashMapUnsafe. withKeyValue(K key, V value)
ConcurrentHashMapUnsafe<K,V>
ConcurrentHashMapUnsafe. withoutAllKeys(java.lang.Iterable<? extends K> keys)
ConcurrentHashMapUnsafe<K,V>
ConcurrentHashMapUnsafe. withoutKey(K key)
-