C - T - public class BatchingIterator<C extends Collection<T>,T> extends ReadOnlyIterator<C>
| Constructor and Description |
|---|
BatchingIterator(int batchSize,
Iterator<T> iterator,
Provider<C> channelProvider) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
C |
next() |
removeCopyright © 2013. All Rights Reserved.