Type | Name and description |
---|---|
Map |
namespaceTagHints |
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) |
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 |