public class StorageRecordIterator extends Object implements QueryResult
| Constructor and Description |
|---|
StorageRecordIterator(long size,
RecordIterator recordIterator) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
boolean |
isClosed() |
Iterator<SimpleEntity> |
iterator() |
SimpleEntity |
next() |
void |
remove() |
long |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingforEach, spliteratorpublic StorageRecordIterator(long size,
RecordIterator recordIterator)
public boolean hasNext()
hasNext in interface Iterator<SimpleEntity>public SimpleEntity next()
next in interface Iterator<SimpleEntity>public void remove()
remove in interface Iterator<SimpleEntity>public long size()
size in interface QueryResultpublic Iterator<SimpleEntity> iterator()
iterator in interface Iterable<SimpleEntity>public void close()
close in interface Closeableclose in interface AutoCloseableclose in interface QueryResultpublic boolean isClosed()
isClosed in interface QueryResultCopyright © 2015. All rights reserved.