Changed Methods |
boolean containsValue(Object )
|
Documentation changed from old to new. |
Returns true if this Hashtable maps one or more keys to this value. |
Set entrySet()
|
Documentation changed from old to new. |
Returns a Set view of the entries contained in this Hashtable. |
boolean equals(Object )
|
Documentation changed from old to new. |
Compares the specified Object with this Map for equality as per the definition in the Map interface. |
int hashCode()
|
Documentation changed from old to new. |
Returns the hash code value for this Map as per the definition in the Map interface. |
Set keySet()
|
Documentation changed from old to new. |
Returns a Set view of the keys contained in this Hashtable. |
void putAll(Map )
|
Documentation changed from old to new. |
Copies all of the mappings from the specified Map to this Hashtable These mappings will replace any mappings that this Hashtable had for any of the keys currently in the specified Map. |
Collection values()
|
Documentation changed from old to new. |
Returns a Collection view of the values contained in this Hashtable. |