public class MutableLinkedHashMap<K,V> extends LinkedHashMap<K,V> implements MutableMap<K,V>, Serializable
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
MutableLinkedHashMap() |
MutableLinkedHashMap(int initialCapacity) |
MutableLinkedHashMap(int initialCapacity,
float loadFactor) |
MutableLinkedHashMap(int initialCapacity,
float loadFactor,
boolean accessOrder) |
MutableLinkedHashMap(Map<? extends K,? extends V> m) |
Modifier and Type | Method and Description |
---|---|
static <K,V> MutableLinkedHashMap<K,V> |
create() |
static <K,V> MutableLinkedHashMap<K,V> |
create(Map<? extends K,? extends V> m) |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, values
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
equals, hashCode, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
get, 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, getString
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
public MutableLinkedHashMap()
public MutableLinkedHashMap(int initialCapacity)
public MutableLinkedHashMap(int initialCapacity, float loadFactor)
public MutableLinkedHashMap(int initialCapacity, float loadFactor, boolean accessOrder)
public static <K,V> MutableLinkedHashMap<K,V> create()
public static <K,V> MutableLinkedHashMap<K,V> create(Map<? extends K,? extends V> m)
Copyright © 2024. All rights reserved.