Source of 25.12.java


  1: // @author Frank M. Carrano, Timothy M. Henry
  2: // @version 5.0

  4: public Iterator<T> getInorderIterator()
  5: {
  6:    return new InorderIterator();
  7: } // end getInorderIterator