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