public class InitParameterMap extends AbstractAttributeMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
equals(Object o) |
protected Object |
getAttribute(String key) |
protected Enumeration |
getAttributeNames() |
int |
hashCode() |
void |
putAll(Map t) |
protected void |
removeAttribute(String key) |
protected void |
setAttribute(String key,
Object value) |
containsKey, containsValue, entrySet, get, isEmpty, keySet, put, remove, size, values
clone, toString
protected Object getAttribute(String key)
getAttribute
in class AbstractAttributeMap
protected void setAttribute(String key, Object value)
setAttribute
in class AbstractAttributeMap
protected void removeAttribute(String key)
removeAttribute
in class AbstractAttributeMap
protected Enumeration getAttributeNames()
getAttributeNames
in class AbstractAttributeMap
public boolean equals(Object o)
equals
in interface Map
equals
in class AbstractMap
public int hashCode()
hashCode
in interface Map
hashCode
in class AbstractMap
public void putAll(Map t)
putAll
in interface Map
putAll
in class AbstractAttributeMap
public void clear()
clear
in interface Map
clear
in class AbstractAttributeMap
Copyright © 2013 Apache Software Foundation. All Rights Reserved.