Class TreeIterator

  • All Implemented Interfaces:
    Iterator<Object>

    public class TreeIterator
    extends Object
    implements Iterator<Object>
    Return a node stream from a doubly-linked tree whose nodes know what child index they are. No remove() is supported. Emit navigation nodes (DOWN, UP, and EOF) to let show tree structure.