LinkedHashSet.this

Constructs a new linked hash set with the same elements as the specified collection. The linked hash set is created with an initial capacity sufficient to hold the elements in the specified collection and the default load factor (0.75).

@param c the collection whose elements are to be placed into this set @throws NullPointerException if the specified collection is null

Meta