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, wait
forEach, spliterator
forEachRemaining
protected RecordIteratorImpl(Writer recordWriter, long startRecordPointer, int limit)
public void close()
close
in interface RecordIterator
public 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 RecordIterator
public void remove()
remove
in interface Iterator<RecordResult>
Copyright © 2015. All rights reserved.