K - the type of keys maintained by this mapV - the type of mapped valuespublic class ConcurrentHashMap<K,V> extends NonBlockingHashMap<K,V>
ConcurrentHashMap.
This version is based on NonBlockingHashMap.
This solution should be completely compatible, including the serialized
forms and all multi-threaded ordering guarantees.AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ConcurrentHashMap() |
ConcurrentHashMap(int initialCapacity) |
ConcurrentHashMap(int initialCapacity,
float loadFactor,
int concurrencyLevel) |
ConcurrentHashMap(Map<? extends K,? extends V> t) |
clear, clone, contains, containsKey, containsValue, elements, entrySet, get, initialize, isEmpty, keys, keySet, print, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, reprobes, size, toString, valuesequals, hashCodeCopyright © 2015. All rights reserved.