public interface IterativeContext
Modifier and Type | Method and Description |
---|---|
boolean |
done()
Returns true if this iterative process is finished, and false otherwise.
|
void |
step()
Advances one step.
|
Copyright © 2014. All rights reserved.