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.AbstractMapAbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
 
- 
 - 
Constructor SummaryConstructors Constructor Description NamespaceAwareHashMap()Deprecated.
 - 
Method SummaryAll 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.HashMapclear, clone, compute, computeIfAbsent, computeIfPresent, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, putIfAbsent, remove, replace, replace, replaceAll, size, values
 - 
Methods inherited from class java.util.AbstractMapequals, hashCode, toString
 
- 
 
- 
- 
- 
Method Detail- 
setNamespaceTagHintspublic void setNamespaceTagHints(Map namespaceTagHints) Deprecated.
 - 
getNamespaceTagHintspublic Map getNamespaceTagHints() Deprecated.
 - 
containsKeypublic boolean containsKey(Object key) Deprecated.- Specified by:
- containsKeyin interface- Map<String,String>
- Overrides:
- containsKeyin class- HashMap<String,String>
 
 
- 
 
-