| Package | Description |
|---|---|
| net.digitalid.utility.functional.iterators |
Provides the iterators for the functional iterables.
|
| Modifier and Type | Method and Description |
|---|---|
static <ELEMENT> @Nonnull PruningIterator<ELEMENT> |
PruningIterator.with(@Nonnull Iterator<? extends ELEMENT> iterator,
@NonNegative int startIndex,
@Positive int endIndex)
Returns a new pruning iterator that iterates over the elements of the given iterator from the given start index to but not including the given end index.
|
Copyright © 2017. All rights reserved.