<init>

Common
JS
1.0
<init>()

Constructs a new empty LinkedHashSet.

Common
JS
1.0
<init>(initialCapacity: Int)
Common
JS
1.0
<init>(initialCapacity: Int, loadFactor: Float)

Constructs a new empty LinkedHashSet.

Parameters

initialCapacity - the initial capacity (ignored)

loadFactor - the load factor (ignored)

Exceptions

IllegalArgumentException - if the initial capacity or load factor are negative

Common
JS
1.0
<init>(elements: Collection<E>)

Constructs a new LinkedHashSet filled with the elements of the specified collection.