public abstract E get (int index)

Returns the element at the specified position in this list.

Parameters:
index    index of the element to return

Returns:  the element at the specified position in this list

Exceptions:
IndexOutOfBoundsException    if the index is out of range ( index < 0 || index >= size())