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, wait
forEachRemaining
forEach, spliterator
public 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 QueryResult
public Iterator<SimpleEntity> iterator()
iterator
in interface Iterable<SimpleEntity>
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in interface QueryResult
public boolean isClosed()
isClosed
in interface QueryResult
Copyright © 2015. All rights reserved.