PPT Slide
Method Summary for AbstractList
int hashCode() Returns the hash code value for this list. int indexOf(Object o) Returns the index in this list of the first occurence of the specified element, or -1 if the list does not contain this element.
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 occurence of the specified element, or -1 if the list does not contain this element.