public class MutableHashMap<K,V> extends HashMap<K,V> implements MutableMap<K,V>, Serializable
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MutableHashMap() |
MutableHashMap(int initialCapacity) |
MutableHashMap(int initialCapacity,
float loadFactor) |
MutableHashMap(Map<? extends K,? extends V> m) |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> MutableHashMap<K,V> |
create() |
static <K,V> MutableHashMap<K,V> |
create(Map<? extends K,? extends V> m) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringfinalize, 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 MutableHashMap()
public MutableHashMap(int initialCapacity,
float loadFactor)
public MutableHashMap(int initialCapacity)
public static <K,V> MutableHashMap<K,V> create()
public static <K,V> MutableHashMap<K,V> create(Map<? extends K,? extends V> m)
Copyright © 2025. All rights reserved.