public interface RecordIterator extends Iterable<RecordResult>, Iterator<RecordResult>
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
reset() |
forEach, iterator, spliterator
forEachRemaining, hasNext, next, remove
Copyright © 2015. All rights reserved.