class LeafIterator<T> extends java.lang.Object implements java.util.Iterator<T>
| Constructor and Description |
|---|
LeafIterator(T v) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
public LeafIterator(T v)