K - the key typeV - the value typepublic class ConcurrentHashChainMap<K,V> extends java.util.concurrent.ConcurrentHashMap<K,V> implements ChainMap<K,V>
java.util.concurrent.ConcurrentHashMap.KeySetView<K,V>| 构造器和说明 |
|---|
ConcurrentHashChainMap()
Instantiates a new concurrent hash chain map.
|
ConcurrentHashChainMap(int initialCapacity)
Instantiates a new concurrent hash chain map.
|
ConcurrentHashChainMap(int initialCapacity,
float loadFactor)
Instantiates a new concurrent hash chain map.
|
ConcurrentHashChainMap(int initialCapacity,
float loadFactor,
int concurrencyLevel)
Instantiates a new concurrent hash chain map.
|
ConcurrentHashChainMap(java.util.Map<? extends K,? extends V> m)
Instantiates a new concurrent hash chain map.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ChainMap<K,V> |
putAllChain(java.util.Map<? extends K,? extends V> m)
带链式调用的putAll方法.
|
ChainMap<K,V> |
putChain(K key,
V value)
带链式调用的put方法.
|
clear, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, forEach, forEach, forEachEntry, forEachEntry, forEachKey, forEachKey, forEachValue, forEachValue, get, getOrDefault, hashCode, isEmpty, keys, keySet, keySet, mappingCount, merge, newKeySet, newKeySet, put, putAll, putIfAbsent, reduce, reduceEntries, reduceEntries, reduceEntriesToDouble, reduceEntriesToInt, reduceEntriesToLong, reduceKeys, reduceKeys, reduceKeysToDouble, reduceKeysToInt, reduceKeysToLong, reduceToDouble, reduceToInt, reduceToLong, reduceValues, reduceValues, reduceValuesToDouble, reduceValuesToInt, reduceValuesToLong, remove, remove, replace, replace, replaceAll, search, searchEntries, searchKeys, searchValues, size, toString, valuespublic ConcurrentHashChainMap()
public ConcurrentHashChainMap(int initialCapacity,
float loadFactor,
int concurrencyLevel)
initialCapacity - the initial capacityloadFactor - the load factorconcurrencyLevel - the concurrency levelpublic ConcurrentHashChainMap(int initialCapacity,
float loadFactor)
initialCapacity - the initial capacityloadFactor - the load factorpublic ConcurrentHashChainMap(int initialCapacity)
initialCapacity - the initial capacity