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 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 
- 
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:
 containsKeyin interfaceMap<String,String>- Overrides:
 containsKeyin classHashMap<String,String>
 
 - 
 
 -