removeAt abstract method

T removeAt(
  1. int index
)

Removes and returns the element at the specified index from the list.

throws IndexOutOfBoundsException when index is out of bounds

Implementation

T removeAt(int index);