ArrayList.removeAt

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}

class ArrayList(E)
override
E
removeAt
(
int index
)

Meta