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