| Class | Description |
|---|---|
| AdaptableCollector<T,A,R> | Deprecated
The functionality offered here can already be achieved by JDK classes.
|
| BatchedIterable<T,BATCH extends Iterable<? extends T>> | |
| EnforceAtMostOneElementCollector<T> | |
| EnforceDistinctFirstTupleElementCollector<T1,T2> | |
| 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(). |
| Exception | Description |
|---|---|
| ConflictingElementEncountered |
This exception indicates that an element was encountered which conflicts with
what was expected for an operation to complete successfully.
|
Copyright © 2016 Digipost. All rights reserved.