Removes the element at the specified position in this list (optional operation). Shifts any subsequent elements to the left (subtracts one from their indices). Returns the element that was removed from the list.
index | the index of the element to be removed |
UnsupportedOperationException | if the remove operation is not supported by this list | |
IndexOutOfBoundsException | if the index is out of range (index < 0 || index >= size()) |
Diagram: Collection List