Changed Methods |
boolean containsKey(Object )
|
Documentation changed from old to new. |
Tests if the specified object is a key in this hashtable. |
boolean containsValue(Object )
|
Documentation changed from old to new. |
Returns true if this Hashtable maps one or more keys to this value. |
Object get(Object )
|
Documentation changed from old to new. |
Returns the value to which the specified key is mapped in this hashtable. |
Object remove(Object )
|
Documentation changed from old to new. |
Removes the key (and its corresponding value) from this hashtable. |