Interface KeyValueStorage.CloseableIterator<T>

  • Type Parameters:
    T -
    All Superinterfaces:
    java.lang.AutoCloseable, java.io.Closeable
    Enclosing interface:
    KeyValueStorage

    public static interface KeyValueStorage.CloseableIterator<T>
    extends java.io.Closeable
    Iterator interface.
    • Method Detail

      • hasNext

        boolean hasNext()
                 throws java.io.IOException
        Throws:
        java.io.IOException
      • next

        T next()
        throws java.io.IOException
        Throws:
        java.io.IOException