PPT Slide
Method Summary for Interface List - Continued
void clear() Removes all of the elements from this list (optional operation).
boolean contains(Object o) Returns true if this list contains the specified element.
boolean containsAll(Collection c) Returns true if this list contains all of the elements of the specified collection.
boolean equals(Object o) Compares the specified object with this list for equality.
Object get(int index) Returns the element at the specified position in this list.