public class ConcurrentHashMapWithProducer<K,V> extends ConcurrentHashMap<K,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ConcurrentHashMapWithProducer() |
ConcurrentHashMapWithProducer(int initialCapacity) |
ConcurrentHashMapWithProducer(int initialCapacity,
float loadFactor) |
ConcurrentHashMapWithProducer(int initialCapacity,
float loadFactor,
int concurrencyLevel) |
ConcurrentHashMapWithProducer(Map<? extends K,? extends V> m) |
| Modifier and Type | Method and Description |
|---|---|
V |
get(K key,
Callable<V> valueProducer) |
clear, contains, containsKey, containsValue, elements, entrySet, get, isEmpty, keys, keySet, put, putAll, putIfAbsent, remove, remove, replace, replace, size, valuesclone, equals, hashCode, toStringpublic ConcurrentHashMapWithProducer()
public ConcurrentHashMapWithProducer(int initialCapacity,
float loadFactor,
int concurrencyLevel)
public ConcurrentHashMapWithProducer(int initialCapacity,
float loadFactor)
public ConcurrentHashMapWithProducer(int initialCapacity)
Copyright © 2015. All rights reserved.