[Java] Class NamespaceAwareHashMap

  • groovy.util.slurpersupport.NamespaceAwareHashMap

Properties Summary

Properties
Type Name and description
Map namespaceTagHints

Methods Summary

Methods
Type Params Return Type Name and description
boolean containsKey(Object key)
String get(Object key)
Map getNamespaceTagHints()
String put(String key, String value)
void putAll(Map<? extends String, ? extends String> m)
String remove(Object key)
void setNamespaceTagHints(Map namespaceTagHints)

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class HashMap remove, remove, get, put, values, clone, clear, isEmpty, replace, replace, replaceAll, size, entrySet, putAll, putIfAbsent, forEach, keySet, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, getOrDefault, merge, equals, toString, hashCode, wait, wait, wait, getClass, notify, notifyAll

Property Detail

Map namespaceTagHints

Method Detail

@Override public boolean containsKey(Object key)

@Override public String get(Object key)

public Map getNamespaceTagHints()

@Override public String put(String key, String value)

@Override public void putAll(Map<? extends String, ? extends String> m)

@Override public String remove(Object key)

public void setNamespaceTagHints(Map namespaceTagHints)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.5.14/html/gapi/groovy/util/slurpersupport/NamespaceAwareHashMap.html