public class OneToOneMap<K,V> extends HashMap<K,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 构造器和说明 |
|---|
OneToOneMap() |
OneToOneMap(int initialCapacity) |
OneToOneMap(int initialCapacity,
float loadFactor) |
OneToOneMap(Map<? extends K,? extends V> m) |
| 限定符和类型 | 方法和说明 |
|---|---|
V |
put(K key,
V value) |
V |
replace(K key,
V value) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replaceAll, size, valuesequals, hashCode, toStringCopyright © 2022. All rights reserved.