Interface ForestIterationControl
- All Superinterfaces:
IterationControl
- All Known Subinterfaces:
ForestScanControl
ForestIterationControl is an auxiliary object passed to some forest iteration methods for
control of the iteration over a forest.-
Method Summary
Methods inherited from interface IterationControl
cancel
-
Method Details
-
getForest
Forest getForest()- Returns:
- the forest being iterated
-
getIndex
int getIndex()- Returns:
- current index of the iteration
-
getDepth
int getDepth()- Returns:
- current depth in the forest
-