PPT Slide
Method Summary for Interface List - Continued
ListIterator listIterator(int index) Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in this list.
Object remove(int index) Removes the element at the specified position in this list (optional operation).
boolean remove(Object o) Removes the first occurrence in this list of the specified element (optional operation).
boolean removeAll(Collection c) Removes from this list all the elements that are contained in the specified collection (optional operation).