Package | Description |
---|---|
org.eclipse.collections.impl.map.mutable |
This package contains implementations of the
MutableMap interface. |
Modifier and Type | Method and 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(Map<NK,NV> map) |
ConcurrentHashMapUnsafe<K,V> |
ConcurrentHashMapUnsafe.withAllKeyValueArguments(Pair<? extends K,? extends V>... keyValues) |
ConcurrentHashMapUnsafe<K,V> |
ConcurrentHashMapUnsafe.withAllKeyValues(Iterable<? extends Pair<? extends K,? extends V>> keyValues) |
ConcurrentHashMapUnsafe<K,V> |
ConcurrentHashMapUnsafe.withKeyValue(K key,
V value) |
ConcurrentHashMapUnsafe<K,V> |
ConcurrentHashMapUnsafe.withoutAllKeys(Iterable<? extends K> keys) |
ConcurrentHashMapUnsafe<K,V> |
ConcurrentHashMapUnsafe.withoutKey(K key) |
Copyright © 2004–2016. All rights reserved.