public class ConcurrentMultiMap<K,V> extends MultiMap<K,V>
MultiMap.createConcurrentSet()
,
Serialized FormModifier and Type | Field and Description |
---|---|
static int |
DEFAULT_CAPACITY |
static int |
DEFAULT_CONCURRENCY_LEVEL |
static float |
DEFAULT_LOAD_FACTOR |
Constructor and Description |
---|
ConcurrentMultiMap() |
ConcurrentMultiMap(int initialCapacity,
float loadFactor) |
Modifier and Type | Method and Description |
---|---|
protected java.util.Collection<V> |
createCollection() |
protected java.util.concurrent.ConcurrentMap<K,java.util.Collection<V>> |
createMap() |
protected java.util.concurrent.ConcurrentMap<K,java.util.Collection<V>> |
createMap(int initialCapacity,
float loadFactor) |
void |
putValue(K key,
V value) |
clear, containsKey, containsScalarValue, copy, create, create, create, createConcurrentSet, createEmptyCollection, createLinked, createLinkedSet, createObjectLinkedOpenHashSet, createOrderedSet, createSet, createSet, createSmart, createWeakKey, empty, emptyInstance, entrySet, equals, get, getModifiable, hashCode, isEmpty, keySet, put, putAllValues, putAllValues, putValues, remove, remove, removeValue, size, toString, values
public static final int DEFAULT_CAPACITY
public static final float DEFAULT_LOAD_FACTOR
public static final int DEFAULT_CONCURRENCY_LEVEL
public ConcurrentMultiMap()
public ConcurrentMultiMap(int initialCapacity, float loadFactor)
protected java.util.concurrent.ConcurrentMap<K,java.util.Collection<V>> createMap(int initialCapacity, float loadFactor)
protected java.util.Collection<V> createCollection()
createCollection
in class MultiMap<K,V>