kotlin.collections.HashSet

HashSet

typealias HashSet<E> = HashSet<E>

Platform and version requirements: Kotlin 1.1

Constructors

<init>

HashSet()
HashSet(initialCapacity: Int, loadFactor: Float = 0.0f)

Constructs a new empty HashSet.

HashSet(elements: