AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 构造器和说明 |
|---|
ExHashMap() |
ExHashMap(int initialCapacity) |
ExHashMap(int initialCapacity,
float loadFactor) |
ExHashMap(Map<? extends K,? extends V> m) |
| 限定符和类型 | 方法和说明 |
|---|---|
static <K,V> ExHashMap<K,V> |
of()
Create mutable empty map
|
static <K,V> ExHashMap<K,V> |
of(Collection<Pair<K,V>> pairs)
Create mutable map
|
static <K,V> ExHashMap<K,V> |
of(K key,
V value)
create mutable map
|
static <K,V> ExHashMap<K,V> |
of(K key1,
V value1,
K key2,
V value2)
create mutable map
|
static <K,V> ExHashMap<K,V> |
of(K key1,
V value1,
K key2,
V value2,
K key3,
V value3)
create mutable map
|
static <K,V> ExHashMap<K,V> |
of(K key1,
V value1,
K key2,
V value2,
K key3,
V value3,
K key4,
V value4)
create mutable map
|
static <K,V> ExHashMap<K,V> |
of(K key1,
V value1,
K key2,
V value2,
K key3,
V value3,
K key4,
V value4,
K key5,
V value5)
create mutable map
|
static <K,V> ExHashMap<K,V> |
of(K key1,
V value1,
K key2,
V value2,
K key3,
V value3,
K key4,
V value4,
K key5,
V value5,
K key6,
V value6)
create mutable map
|
static <K,V> ExHashMap<K,V> |
of(K key1,
V value1,
K key2,
V value2,
K key3,
V value3,
K key4,
V value4,
K key5,
V value5,
K key6,
V value6,
K key7,
V value7)
create mutable map
|
static <K,V> ExHashMap<K,V> |
of(Pair<K,V>... pairs)
Create mutable map
|
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, toStringentryStream, getNonNull, immutable, keyStream, valueStream, wrapclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic ExHashMap(int initialCapacity,
float loadFactor)
public ExHashMap(int initialCapacity)
public ExHashMap()
@SafeVarargs public static <K,V> ExHashMap<K,V> of(Pair<K,V>... pairs)
public static <K,V> ExHashMap<K,V> of(Collection<Pair<K,V>> pairs)
public static <K,V> ExHashMap<K,V> of(K key1, V value1, K key2, V value2)
public static <K,V> ExHashMap<K,V> of(K key1, V value1, K key2, V value2, K key3, V value3)
public static <K,V> ExHashMap<K,V> of(K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4)
public static <K,V> ExHashMap<K,V> of(K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4, K key5, V value5)
public static <K,V> ExHashMap<K,V> of(K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4, K key5, V value5, K key6, V value6)
Copyright © 2015. All rights reserved.