Changed Methods |
boolean containsKey(Object )
|
Documentation changed from old to new. |
Returns true if this Map contains the specified attribute name (key). |
boolean containsValue(Object )
|
Documentation changed from old to new. |
Returns true if this Map maps one or more attribute names (keys) to the specified value. |
Object get(Object )
|
Documentation changed from old to new. |
Returns the value of the specified attribute name or null if the attribute name was not found. |
void putAll(Map )
|
Documentation changed from old to new. |
Copies all of the attribute name-value mappings from the specified Attributes to this Map. |
String putValue(String, String)
|
Documentation changed from old to new. |
Associates the specified value with the specified attribute name specified as a String. |
Object remove(Object )
|
Documentation changed from old to new. |
Removes the attribute with the specified name (key) from this Map. |
String getValue(String )
|
Documentation changed from old to new. |
Returns the value of the specified attribute name specified as a string or null if the attribute was not found. |
String getValue(Name )
|
Documentation changed from old to new. |
Returns the value of the specified Attributes.Name or null if the attribute was not found. |