public interface Restartable
The Abortable interface's method Abortable.abort() may be
used to skip any iterations left (in case of an implemented iterator or
loop).
| Modifier and Type | Method | Description |
|---|---|---|
void |
restart() |
Sets the status of the instance so that operation with the instance can
begin over again.
|
Copyright © 2018. All rights reserved.