public static class MAP.MAPX<K,V>
extends java.util.LinkedHashMap<K,V>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
MAPX() |
Modifier and Type | Method and Description |
---|---|
MAP.MAPX<K,V> |
$(K key,
V value) |
MAP.MAPX<K,V> |
$(java.util.Map<K,V> all) |
java.util.Hashtable<K,V> |
asHashtable() |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, values
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
private static final long serialVersionUID