Modifier and Type | Field and Description |
---|---|
private java.util.LinkedList<BasicTree<T>> |
queue |
Constructor and Description |
---|
TreeIterator(java.util.LinkedList<BasicTree<T>> queue)
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
BasicTree<T> |
next() |
void |
remove() |