Package no.digipost.collection
-
Interface Summary Interface Description NonEmptyList<E> A non-empty list. -
Class Summary Class Description BatchedIterable<T,BATCH extends Iterable<? extends T>> EnforceAtMostOneElementCollector<T> EnforceDistinctFirstTupleElementCollector<T1,T2> SimpleIterator<T> SimpleIterator offers an easier way to implement theIteratorinterface, by requiring only one method,SimpleIterator.nextIfAvailable(), to be implemented instead of bothhasNext()andnext(). -
Exception Summary Exception Description ConflictingElementEncountered This exception indicates that an element was encountered which conflicts with what was expected for an operation to complete successfully.