get
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.
Returns the item at the given index.
The item at the given index.
The index of the item to retrieve.
if provided index is negative or larger than the size of the list.