<init>
Constructs a new empty HashSet.
Parameters
initialCapacity - the initial capacity (ignored)
loadFactor - the load factor (ignored)
Exceptions
IllegalArgumentException - if the initial capacity or load factor are negative
<init>(elements: Collection<E>)Constructs a new HashSet filled with the elements of the specified collection.