public interface Sequence
The main purpose of this interface is to act as standard
documentation for a next
method where it is provided.
Modifier and Type | Method and Description |
---|---|
boolean |
next()
Move to the next item in the sequence.
|
boolean next() throws Exception
This method is declared to throw an untyped exception. Subinterfaces are encouraged to override this method restricting the exception type or throwing no exception.
Exception
- if there is some failureCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.