Constructs a new empty HashSet.
initialCapacity
- the initial capacity (ignored)
loadFactor
- the load factor (ignored)
IllegalArgumentException
- if the initial capacity or load factor are negative
Constructs a new HashSet filled with the elements of the specified collection.
© 2010–2020 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