get

abstract operator fun get(index: Int): E?

Provides the element at the given index in the collection.

Return

The element at the given index or null if the index is out of bounds.

Parameters

index

The index of the element.