Interface StorageReadOnlyIterator<E>

All Superinterfaces:
ReadOnlyIterator<E>
All Known Implementing Classes:
EmptyStorageReadOnlyIterator, SqliteStorageLayer.RDBMSRedoLogIterator

public interface StorageReadOnlyIterator<E> extends ReadOnlyIterator<E>
An iterator which support read only operation over a IRedoLogFileStorage
Since:
7.1
Author:
eitany
  • Method Summary

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