private final class Traverser.GraphTraverser.BreadthFirstIterator extends UnmodifiableIterator<N>
| Modifier and Type | Field and Description |
|---|---|
private java.util.Queue<N> |
queue |
private java.util.Set<N> |
visited |
| Constructor and Description |
|---|
BreadthFirstIterator(java.lang.Iterable<? extends N> roots) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
N |
next() |
remove