public class RecordIteratorImpl extends Object implements RecordIterator
| Modifier | Constructor and Description |
|---|---|
protected |
RecordIteratorImpl(Writer recordWriter,
long startRecordPointer,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
Iterator<RecordResult> |
iterator() |
RecordResultImpl |
next() |
void |
remove() |
void |
reset() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorforEachRemainingprotected RecordIteratorImpl(Writer recordWriter, long startRecordPointer, int limit)
public void close()
close in interface RecordIteratorpublic Iterator<RecordResult> iterator()
iterator in interface Iterable<RecordResult>public boolean hasNext()
hasNext in interface Iterator<RecordResult>public RecordResultImpl next()
next in interface Iterator<RecordResult>public void reset()
reset in interface RecordIteratorpublic void remove()
remove in interface Iterator<RecordResult>Copyright © 2015. All rights reserved.