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