Package groovy.util.slurpersupport
Class 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
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
-
Constructor Details
-
NamespaceAwareHashMap
public NamespaceAwareHashMap()Deprecated.
-
-
Method Details
-
setNamespaceTagHints
Deprecated. -
getNamespaceTagHints
Deprecated. -
get
Deprecated. -
remove
Deprecated. -
containsKey
Deprecated.- Specified by:
containsKey
in interfaceMap<String,String>
- Overrides:
containsKey
in classHashMap<String,String>
-
put
Deprecated. -
putAll
Deprecated.
-