- Enclosing class:
- Interfaces
public static interface Interfaces.CheckedIterator<T>
-
Method Summary
| Modifier and Type |
Method |
Description |
boolean |
hasNext() |
|
T |
next() |
|
-
Method Details
-
boolean hasNext()
throws java.lang.Exception
- Throws:
java.lang.Exception
-
T next()
throws
java.lang.Exception
- Throws:
java.lang.Exception