Interface RecoveryIterator<T>

All Superinterfaces:
AutoCloseable, Closeable

public interface RecoveryIterator<T> extends Closeable
A wrapper for a Iterator to translate the raw RuntimeExceptions that can be thrown into IOException.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true if the iteration has more elements.
    Returns the next element in the iteration.

    Methods inherited from interface java.io.Closeable

    close