| Class | Description |
|---|---|
| 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 © 2018 Digipost. All rights reserved.