Removes the element at the specified position in this list. Shifts any subsequent elements to the left (subtracts one from their indices).
@param index the index of the element to be removed @return the element that was removed from the list @throws IndexOutOfBoundsException {@inheritDoc}
See Implementation
Removes the element at the specified position in this list. Shifts any subsequent elements to the left (subtracts one from their indices).
@param index the index of the element to be removed @return the element that was removed from the list @throws IndexOutOfBoundsException {@inheritDoc}