Package groovy.xml.slurpersupport
Class NamespaceAwareHashMap
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,String>
public class NamespaceAwareHashMap extends HashMap<String,String>
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object> -
Constructor Summary
Constructors Constructor Description NamespaceAwareHashMap() -
Method Summary
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, putIfAbsent, remove, replace, replace, replaceAll, size, values
-
Constructor Details
-
NamespaceAwareHashMap
public NamespaceAwareHashMap()
-
-
Method Details
-
setNamespaceTagHints
-
getNamespaceTagHints
-
get
-
remove
-
containsKey
- Specified by:
containsKeyin interfaceMap<String,String>- Overrides:
containsKeyin classHashMap<String,String>
-
put
-
putAll
-