Generated by
JDiff

Class java.util.AbstractMap

Documentation changed from old to new.

Changed Methods
void clear() Documentation changed from old to new.
Removes all mappings from this map (optional operation).
Object clone() Documentation changed from old to new.
Method was inherited from Object, but is now defined locally. Changed from native to non-native.
Returns a shallow copy of this AbstractMap instance: the keys and values themselves are not cloned.
boolean containsKey(Object) Documentation changed from old to new.
Returns true if this map contains a mapping for the specified key.
Object get(Object) Documentation changed from old to new.
Returns the value to which this map maps the specified key.
void putAll(Map) Documentation changed from old to new.
Copies all of the mappings from the specified map to this map (optional operation).
Object remove(Object) Documentation changed from old to new.
Removes the mapping for this key from this map if present (optional operation).