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, waitforEach, spliteratorforEachRemainingpublic ResultBatchIterator(ResultIterator<T> delegate, int size)
public void close()
close in interface AutoCloseablepublic int getBatchSize()
Copyright © 2001–2023 Apache Cayenne. All rights reserved.