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