public static final class IterableTreeNode.PostorderIterator extends Object implements Iterator<IterableTreeNode<?>>
| Constructor and Description |
|---|
PostorderIterator(IterableTreeNode<?> rootNode) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
IterableTreeNode<?> |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic PostorderIterator(IterableTreeNode<?> rootNode)
public boolean hasNext()
hasNext in interface Iterator<IterableTreeNode<?>>public IterableTreeNode<?> next()
next in interface Iterator<IterableTreeNode<?>>Copyright © 2008–2019 Ultreia.io. All rights reserved.