Returns the element at the specified position in this list.
@param index index of the element to return
@return the element at the specified position in this list
@throws IndexOutOfBoundsException if the index is out of range
(<tt>index < 0 || index >= size()</tt>)
Returns the element at the specified position in this list.
@param index index of the element to return @return the element at the specified position in this list @throws IndexOutOfBoundsException if the index is out of range (<tt>index < 0 || index >= size()</tt>)