Interface IterationControl
- All Known Subinterfaces:
ForestIterationControl,ForestScanControl
public interface IterationControl
-
Method Summary
Modifier and TypeMethodDescriptionvoidcancel()Cancels the iteration - the iteration will exit right after this call with undefined return value.
-
Method Details
-
cancel
void cancel()Cancels the iteration - the iteration will exit right after this call with undefined return value.
-