kotlin.collections.LinkedHashSet

LinkedHashSet

typealias LinkedHashSet<E> = LinkedHashSet<E>

Platform and version requirements: Kotlin 1.1

Constructors

<init>

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

Constructs a new empty LinkedHashSet.

<