public final class InitParameterMap extends AbstractAttributeMap<String>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier and Type | Method and Description |
---|---|
void |
clear() |
protected String |
getAttribute(String key) |
protected Enumeration<String> |
getAttributeNames() |
void |
putAll(Map<? extends String,? extends String> t) |
protected void |
removeAttribute(String key) |
protected void |
setAttribute(String key,
String value) |
containsKey, containsValue, entrySet, get, isEmpty, keySet, put, remove, size, values
clone, equals, hashCode, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
protected String getAttribute(String key)
getAttribute
in class AbstractAttributeMap<String>
protected void setAttribute(String key, String value)
setAttribute
in class AbstractAttributeMap<String>
protected void removeAttribute(String key)
removeAttribute
in class AbstractAttributeMap<String>
protected Enumeration<String> getAttributeNames()
getAttributeNames
in class AbstractAttributeMap<String>
Copyright © 2022 The Apache Software Foundation. All rights reserved.