Package xmlparser.utils
Interface Interfaces.CheckedIterator<T>
- Enclosing class:
- Interfaces
public static interface Interfaces.CheckedIterator<T>
-
Method Summary
-
Method Details
-
hasNext
boolean hasNext() throws java.lang.Exception- Throws:
java.lang.Exception
-
next
- Throws:
java.lang.Exception
-