removeByIndex

The removeByIndex method deletes the element found at the specified index in the collection.

Visibility
Public
Signature
void removeByIndex(int i)
Parameters
i

The index of the element to delete


Feedback