| Class | Description |
|---|---|
| AdaptableCollector<T,A,R> |
A
Collector which offers some means for adapting it into new Collectors,
in particular the ability to map the result. |
| BatchedIterable<T,BATCH extends Iterable<? extends T>> | |
| EnforceAtMostOneElementCollector<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.