public class TreeNodeIterator extends AbstractTreeIterator
| Constructor and Description |
|---|
TreeNodeIterator(Tree tree) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
currentValue(Tree tree) |
current, moveNext, resetpublic TreeNodeIterator(Tree tree)
protected java.lang.Object currentValue(Tree tree)
currentValue in class AbstractTreeIterator