| Class | Description |
|---|---|
| BatchedIterable<T,BATCH extends Iterable<? extends T>> | |
| SimpleIterator<T> |
SimpleIterator offers an easier way to implement the
Iterator interface, by requiring only
one method, SimpleIterator.nextIfAvailable(), to be implemented instead of both
hasNext() and next(). |
Copyright © 2016 Digipost. All rights reserved.