public interface TreeIterator<E>
extends java.util.Iterator<E>
prune the iteration so that all descendants of a particular node are skipped.| Modifier and Type | Method and Description |
|---|---|
void |
prune()
Prunes the iterator so that it skips over all the nodes below the most recent result of calling
next(). |