public class TreeIterator extends java.lang.Object
TreeIterator(int[] t, int[] f)
boolean
hasNext()
int
next()
void
setRoot(int root)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TreeIterator(int[] t, int[] f)
public void setRoot(int root)
public boolean hasNext()
public int next()