class EventManager.MyMap<K,V>
extends java.util.HashMap<K,V>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Class MyMap to override both put and remove at the same time.
|
Constructor and Description |
---|
MyMap() |
Modifier and Type | Method and Description |
---|---|
void |
putRemove(int pr,
K key,
V value) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
private static final long serialVersionUID