TypeK
- the type of keys maintained by this mapTypeV
- the type of mapped valuespublic class ConcurrentHashMap<K,V> extends NonBlockingHashMap<K,V>
ConcurrentHashMap
.
This version is based on org.cliffc.high_scale_lib.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, values
equals, hashCode
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, replaceAll
Copyright © 2017. All Rights Reserved.