Returns the element at the specified position in this list.
Parameters:
index
Returns: the element at the specified position in this list
Exceptions:
IndexOutOfBoundsException
index < 0 || index >= size()
Diagram: Collection List