public interface RecoveryIterator<T> extends Closeable
| Modifier and Type | Method and Description | 
|---|---|
| boolean | hasNext()Returns true if the iteration has more elements. | 
| T | next()Returns the next element in the iteration. | 
boolean hasNext()
         throws IOException
IOExceptionT next() throws IOException, NoSuchElementException
IOExceptionNoSuchElementExceptionCopyright © 2008–2023 Apache Software Foundation. All rights reserved.