K - 键的类型V - 值的类型ChainMapImpl instead. example:
new ChainMapImp(HashMap)@Deprecated public class HashChainMap<K,V> extends java.util.HashMap<K,V> implements ChainMap<K,V>
| Constructor and Description |
|---|
HashChainMap()
Deprecated.
Instantiates a new hash chain map.
|
HashChainMap(int initialCapacity)
Deprecated.
Instantiates a new hash chain map.
|
HashChainMap(int initialCapacity,
float loadFactor)
Deprecated.
Instantiates a new hash chain map.
|
HashChainMap(java.util.Map<? extends K,? extends V> m)
Deprecated.
Instantiates a new hash chain map.
|
| Modifier and Type | Method and Description |
|---|---|
ChainMap<K,V> |
putAllChain(java.util.Map<? extends K,? extends V> m)
Deprecated.
带链式调用的putAll方法.
|
ChainMap<K,V> |
putChain(K key,
V value)
Deprecated.
带链式调用的put方法.
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic HashChainMap()
HashMappublic HashChainMap(int initialCapacity)
initialCapacity - 初始化的大小.HashMappublic HashChainMap(int initialCapacity,
float loadFactor)
initialCapacity - the initial capacityloadFactor - the load factor