public class PostOrderIterator extends java.lang.Object implements java.util.Iterator<Node>
PostOrderIterator(Node node)
boolean
hasNext()
Node
next()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
public PostOrderIterator(Node node)
public boolean hasNext()
hasNext
java.util.Iterator<Node>
public Node next()
next