Generated by
JDiff

Class java.util.HashSet

Documentation changed from old to new.

Changed Constructors
HashSet(Collection) Documentation changed from old to new.
Constructs a new set containing the elements in the specified collection.
HashSet(void) Documentation changed from old to new.
Constructs a new empty set; the backing HashMap instance has default initial capacity (16) and load factor (0.75).
 

Changed Methods
boolean remove(Object) Documentation changed from old to new.
Removes the specified element from this set if it is present.