get

open fun get(index: Int): T(source)

Returns the item at the given index.

Return

The item at the given index.

Parameters

index

The index of the item to retrieve.

Throws

if provided index is negative or larger than the size of the list.