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