private final class Traverser.TreeTraverser.BreadthFirstIterator extends UnmodifiableIterator<N>
| Constructor and Description |
|---|
BreadthFirstIterator(java.lang.Iterable<? extends N> roots) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
N |
next() |
remove