Posted By:
Anonymous
Posted On:
Tuesday, September 16, 2003 07:27 AM
java.util.ArrayList.remove(int index) : Object Removes the element at the specified position in this list. java.util.AbstractCollection.remove(Object o) : booleanRemoves a single instance of the specified element from this collection, if it is present (optional operation).
That was a very quick look into the JavaDoc ...