public interface StorageReadOnlyIterator<E>
IRedoLogFileStorage
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the iterator
|
boolean |
hasNext()
Returns true if the iteration has more elements.
|
E |
next()
Returns the next element in the iteration.
|
boolean hasNext() throws StorageException
StorageException
E next() throws StorageException
hasNext()
method returns false will return each element in the underlying collection
exactly once.NoSuchElementException
- iteration has no more elements.StorageException
void close() throws StorageException
StorageException
Copyright © GigaSpaces.