| Package | Description |
|---|---|
| net.digitalid.utility.functional.iterators |
Provides the iterators for the functional iterables.
|
| Modifier and Type | Method and Description |
|---|---|
static <ELEMENT> @Nonnull CyclingIterator<ELEMENT> |
CyclingIterator.with(@Nonnull FiniteIterable<? extends ELEMENT> iterable)
Returns a new cycling iterator that iterates over the elements of the given iterable indefinitely.
|
Copyright © 2017. All rights reserved.