Interface RecoveryIterator<T>
- All Superinterfaces:
AutoCloseable,Closeable
A wrapper for a Iterator to translate the raw RuntimeExceptions that
can be thrown into IOException.
-
Method Summary
-
Method Details
-
hasNext
Returns true if the iteration has more elements.- Throws:
IOException
-
next
Returns the next element in the iteration.- Throws:
IOExceptionNoSuchElementException
-