public class MutableConcurrentHashMap<K,V> extends ConcurrentHashMap<K,V> implements MutableMap<K,V>, Serializable
ConcurrentHashMap.KeySetView<K,V>AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MutableConcurrentHashMap() |
MutableConcurrentHashMap(int initialCapacity) |
MutableConcurrentHashMap(int initialCapacity,
float loadFactor) |
MutableConcurrentHashMap(Map<? extends K,? extends V> m) |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> MutableConcurrentHashMap<K,V> |
create() |
static <K,V> MutableConcurrentHashMap<K,V> |
create(Map<? extends K,? extends V> m) |
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, valuesclonefinalize, getClass, notify, notifyAll, wait, wait, waitget, get, getBigDecimal, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getBooleanValue, getBooleanValue, getBooleanValue, getByte, getByte, getByte, getByteValue, getByteValue, getByteValue, getCharacter, getCharacter, getCharacter, getCharValue, getCharValue, getCharValue, getDate, getDate, getDate, getDouble, getDouble, getDouble, getDoubleValue, getDoubleValue, getDoubleValue, getFloat, getFloat, getFloat, getFloatValue, getFloatValue, getFloatValue, getInteger, getInteger, getInteger, getIntValue, getIntValue, getIntValue, getLocalDate, getLocalDate, getLocalDate, getLocalDateTime, getLocalDateTime, getLocalDateTime, getLong, getLong, getLong, getLongValue, getLongValue, getLongValue, getObject, getObject, getObject, getShort, getShort, getShort, getShortValue, getShortValue, getShortValue, getString, getString, getStringclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic MutableConcurrentHashMap()
public MutableConcurrentHashMap(int initialCapacity,
float loadFactor)
public MutableConcurrentHashMap(int initialCapacity)
public static <K,V> MutableConcurrentHashMap<K,V> create()
public static <K,V> MutableConcurrentHashMap<K,V> create(Map<? extends K,? extends V> m)
Copyright © 2025. All rights reserved.