getAll

abstract fun getAll(): List<T>

Returns the elements of this set in the set's iteration order.

Return

The elements of this set in the set's iteration order.