PPT Slide
Method Summary for Interface List - Continued
int hashCode() Returns the hash code value for this list.
int indexOf(Object o) Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
boolean isEmpty() Returns true if this list contains no elements.
Iterator iterator() Returns an iterator over the elements in this list in proper sequence.
int lastIndexOf(Object o) Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.