public class BfsTreeIterator<T> extends AbstractIterator<T>
| Constructor and Description |
|---|
BfsTreeIterator(T root,
TreeProvider<T> provider) |
| Modifier and Type | Method and Description |
|---|---|
protected T |
getElement() |
hasNext, next, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic BfsTreeIterator(T root, TreeProvider<T> provider)
protected T getElement()
getElement in class AbstractIterator<T>Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.