PPT Slide
 
 
	Method Comparison - iterator
Iterator	iterator() Returns an iterator over the elements in this list in proper sequence.	
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.