- start
- the index at which to start removing.
- end
- the index after the last element to remove.
Type Reason Java.Lang.UnsupportedOperationException if removing from this list is not supported. Java.Lang.IndexOutOfBoundsException if start or start >= size().
Removes the objects in the specified range from the start to the end index minus one.