void remove(int index)
Removes the object at the specified index from the collection.
index - The zero-based index of the object to be removed.
-7 (no such element)
removeAll