Interface TreeIteratorFactory<T>


public interface TreeIteratorFactory<T>
  • Method Details

    • getChildrenIterator

      Iterator<T> getChildrenIterator(T parent)