Modifier and Type | Field and Description |
---|---|
private java.util.Queue<ITreeNode<T>> |
next |
Constructor and Description |
---|
BFIterator(ITreeNode<T> node) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
ITreeNode<T> |
next() |
void |
remove() |