public static final class IterableTreeNode.PreorderIterator extends Object implements Iterator<IterableTreeNode<?>>
| Constructor and Description |
|---|
PreorderIterator(IterableTreeNode<?> rootNode) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
IterableTreeNode |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic PreorderIterator(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.