Source of 15.8.java


  1: public Iterator<T> iterator()
  2: {
  3:    return new IteratorForLinkedList();
  4: } // end iterator
  5: // Version 4.0