Linked Hash Set
Constructs a new empty LinkedHashSet.
Constructs a new empty LinkedHashSet.
Parameters
initial Capacity
the initial capacity (ignored)
load Factor
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.