static class ProgramPage.ProgramPartTraverser extends ProgramPage.AbstractTreeIterator<ProgramItem>
_nodeIterators
Constructor and Description |
---|
ProgramPartTraverser(Collection<? extends ProgramItem> programPartChildren) |
Modifier and Type | Method and Description |
---|---|
protected Iterator<ProgramItem> |
provideChildIterator(ProgramItem parent) |
hasNext, next, stream
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
public ProgramPartTraverser(Collection<? extends ProgramItem> programPartChildren)
protected Iterator<ProgramItem> provideChildIterator(ProgramItem parent)
provideChildIterator
in class ProgramPage.AbstractTreeIterator<ProgramItem>