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 booleancontainsKey(Object key)Deprecated.Stringget(Object key)Deprecated.MapgetNamespaceTagHints()Deprecated.Stringput(String key, String value)Deprecated.voidputAll(Map<? extends String,? extends String> m)Deprecated.Stringremove(Object key)Deprecated.voidsetNamespaceTagHints(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
-
Constructor Details
-
NamespaceAwareHashMap
public NamespaceAwareHashMap()Deprecated.
-
-
Method Details
-
setNamespaceTagHints
Deprecated. -
getNamespaceTagHints
Deprecated. -
get
Deprecated. -
remove
Deprecated. -
containsKey
Deprecated.- Specified by:
containsKeyin interfaceMap<String,String>- Overrides:
containsKeyin classHashMap<String,String>
-
put
Deprecated. -
putAll
Deprecated.
-