Hash Set
Parameters
Throws
Constructs a new empty HashSet.
Parameters
initial Capacity
the initial capacity (ignored)
load Factor
the load factor (ignored)
Throws
if the initial capacity or load factor are negative
Parameters
Throws
Constructs a new HashSet filled with the elements of the specified collection.