public final class PostOrderIterator<E,N extends OpenNode<E,N>,T extends Tree<E,N>> extends RemoveHandlerIterator<E,N,T>
Constructor and Description |
---|
PostOrderIterator(T tree,
IteratorRemoveHandler<E,N,T> handler) |
Modifier and Type | Method and Description |
---|---|
protected N |
calculateNext() |
isRemoveSupported, remove
hasNext, next, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public PostOrderIterator(T tree, IteratorRemoveHandler<E,N,T> handler)
protected N calculateNext() throws NoSuchElementException
calculateNext
in class PrefetchingIterator<N extends OpenNode<E,N>>
NoSuchElementException
- If no more elementsCopyright © 2014–2016. All rights reserved.