Package groovy.util.slurpersupport
Class NamespaceAwareHashMap
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,String>
-
- groovy.util.slurpersupport.NamespaceAwareHashMap
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,String>
@Deprecated public class NamespaceAwareHashMap extends HashMap<String,String>
Deprecated.- 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()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
containsKey(Object key)
Deprecated.String
get(Object key)
Deprecated.Map
getNamespaceTagHints()
Deprecated.String
put(String key, String value)
Deprecated.void
putAll(Map<? extends String,? extends String> m)
Deprecated.String
remove(Object key)
Deprecated.void
setNamespaceTagHints(Map namespaceTagHints)
Deprecated.-
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
-
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
-
-
-
Method Detail
-
setNamespaceTagHints
public void setNamespaceTagHints(Map namespaceTagHints)
Deprecated.
-
getNamespaceTagHints
public Map getNamespaceTagHints()
Deprecated.
-
containsKey
public boolean containsKey(Object key)
Deprecated.- Specified by:
containsKey
in interfaceMap<String,String>
- Overrides:
containsKey
in classHashMap<String,String>
-
-