Generated by
JDiff

Class java.util.TreeMap

Documentation changed from old to new.

Changed Constructors
TreeMap(Map) Documentation changed from old to new.
Constructs a new map containing the same mappings as the given map sorted according to the keys' natural order.
TreeMap(SortedMap) Documentation changed from old to new.
Constructs a new map containing the same mappings as the given SortedMap sorted according to the same ordering.
 

Changed Methods
boolean containsValue(Object) Documentation changed from old to new.
Returns true if this map maps one or more keys to the specified value.
void putAll(Map) Documentation changed from old to new.
Copies all of the mappings from the specified map to this map.
Object remove(Object) Documentation changed from old to new.
Removes the mapping for this key from this TreeMap if present.