Modifier and Type | Field and Description |
---|---|
private Leaf |
current |
private boolean |
hasNext |
private Leaf |
start |
Constructor and Description |
---|
CycleIterator(Leaf start) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Leaf |
next() |
void |
remove() |
public CycleIterator(Leaf start)