kotlin / 1.7.0 / api / latest / jvm / stdlib / kotlin.collections / -hash-set / -init-.html /

<init>

Platform and version requirements: JS (1.0)
<init>()

Constructs a new empty HashSet.

Platform and version requirements: JS (1.0)
<init>(initialCapacity: Int)
Platform and version requirements: JS (1.0)
<init>(initialCapacity: Int, loadFactor: Float)

Constructs a new empty HashSet.

Parameters

initialCapacity - the initial capacity (ignored)

loadFactor - the load factor (ignored)

Exceptions

IllegalArgumentException - if the initial capacity or load factor are negative

Platform and version requirements: JS (1.0)
<init>(elements: Collection<E>)

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

© 2010–2022 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-hash-set/-init-.html