java.lang.AutoCloseable, java.io.Closeablepublic interface RecoveryIterator<T>
extends java.io.Closeable
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
hasNext() |
Returns true if the iteration has more elements.
|
T |
next() |
Returns the next element in the iteration.
|
boolean hasNext()
throws java.io.IOException
java.io.IOExceptionT next() throws java.io.IOException, java.util.NoSuchElementException
java.io.IOExceptionjava.util.NoSuchElementExceptionCopyright © 2008–2025 Apache Software Foundation. All rights reserved.