LinkedHashSet.this

Constructs a new, empty linked hash set with the specified initial capacity and the default load factor (0.75).

@param initialCapacity the initial capacity of the LinkedHashSet @throws IllegalArgumentException if the initial capacity is less than zero

Meta