Package aQute.libg.map
Class MAP.MAPX<K,V>
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<K,V>
-
- java.util.LinkedHashMap<K,V>
-
- aQute.libg.map.MAP.MAPX<K,V>
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.util.Map<K,V>
- Enclosing class:
- MAP
public static class MAP.MAPX<K,V> extends java.util.LinkedHashMap<K,V>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MAPX()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MAP.MAPX<K,V>
$(java.util.Map<K,V> all)
MAP.MAPX<K,V>
$(K key, V value)
java.util.Hashtable<K,V>
asHashtable()
-
Methods inherited from class java.util.LinkedHashMap
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, values
-
Methods inherited from class java.util.HashMap
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
-
-