getAt

abstract fun getAt(index: Int): T(source)

Returns the element at the given index according to the set's iteration order.

Return

The element at the given index according to the set's iteration order.

Parameters

index

The index of the element to get.