HashMap
todo: TBR in 2020.1@Deprecated
public class HashMap<K,V>
extends java.util.HashMap<K,V>
Constructor and Description |
---|
HashMap()
Deprecated.
|
HashMap(int initialCapacity)
Deprecated.
|
HashMap(java.util.Map<? extends K1,? extends V1> map)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
clear()
Deprecated.
|
clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values