1: // @author Frank M. Carrano, Timothy M. Henry 2: // @version 5.0 3: public Iterator<T> iterator() 4: { 5: return new IteratorForLinkedList(); 6: } // end iterator