public class ConcurrentHashMapWithNullSupport<K,V>
extends java.util.concurrent.ConcurrentHashMap<K,V>
java.util.concurrent.ConcurrentHashMap.KeySetView<K,V>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
VERSION |
Constructor and Description |
---|
ConcurrentHashMapWithNullSupport() |
ConcurrentHashMapWithNullSupport(int initialCapacity) |
ConcurrentHashMapWithNullSupport(int initialCapacity,
float loadFactor) |
ConcurrentHashMapWithNullSupport(int initialCapacity,
float loadFactor,
int concurrencyLevel) |
ConcurrentHashMapWithNullSupport(java.util.Map<K,V> m) |
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(java.lang.Object key) |
boolean |
containsValue(java.lang.Object value) |
V |
get(java.lang.Object key) |
V |
put(K key,
V value) |
V |
putIfAbsent(K key,
V value) |
V |
remove(java.lang.Object key) |
boolean |
remove(java.lang.Object key,
java.lang.Object value) |
V |
replace(K key,
V value) |
boolean |
replace(K key,
V oldValue,
V newValue) |
clear, compute, computeIfAbsent, computeIfPresent, contains, elements, entrySet, equals, forEach, forEach, forEach, forEachEntry, forEachEntry, forEachKey, forEachKey, forEachValue, forEachValue, getOrDefault, hashCode, isEmpty, keys, keySet, keySet, mappingCount, merge, newKeySet, newKeySet, putAll, reduce, reduceEntries, reduceEntries, reduceEntriesToDouble, reduceEntriesToInt, reduceEntriesToLong, reduceKeys, reduceKeys, reduceKeysToDouble, reduceKeysToInt, reduceKeysToLong, reduceToDouble, reduceToInt, reduceToLong, reduceValues, reduceValues, reduceValuesToDouble, reduceValuesToInt, reduceValuesToLong, replaceAll, search, searchEntries, searchKeys, searchValues, size, toString, values
public static final java.lang.String VERSION
public static final java.lang.String COPYRIGHT
public ConcurrentHashMapWithNullSupport()
public ConcurrentHashMapWithNullSupport(int initialCapacity, float loadFactor, int concurrencyLevel)
public ConcurrentHashMapWithNullSupport(int initialCapacity, float loadFactor)
public ConcurrentHashMapWithNullSupport(int initialCapacity)
public V get(java.lang.Object key)
public boolean containsKey(java.lang.Object key)
public boolean containsValue(java.lang.Object value)
public V remove(java.lang.Object key)
public boolean remove(java.lang.Object key, java.lang.Object value)
Copyright © 2018 Pegasystems Inc. All Rights Reserved.