public class ResultBatchIterator<T> extends Object implements Iterable<List<T>>, Iterator<List<T>>, AutoCloseable
Constructor and Description |
---|
ResultBatchIterator(ResultIterator<T> delegate,
int size) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
getBatchSize() |
boolean |
hasNext() |
Iterator<List<T>> |
iterator() |
List<T> |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
forEachRemaining
public ResultBatchIterator(ResultIterator<T> delegate, int size)
public void close()
close
in interface AutoCloseable
public int getBatchSize()
Copyright © 2001–2019 Apache Cayenne. All rights reserved.