| Package | Description |
|---|---|
| net.digitalid.utility.functional.iterators |
Provides the iterators for the functional iterables.
|
| Modifier and Type | Method and Description |
|---|---|
static <ELEMENT> @Nonnull ReversingIterator<ELEMENT> |
ReversingIterator.with(ELEMENT... elements)
Returns a new reversing iterator that iterates over the given elements in reverse order.
|
Copyright © 2017. All rights reserved.