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
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
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
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-