| Package | Description |
|---|---|
| net.digitalid.utility.functional.iterators |
Provides the iterators for the functional iterables.
|
| Modifier and Type | Method and Description |
|---|---|
static <INPUT0,INPUT1> |
ZippingIterator.with(@Nonnull Iterator<? extends INPUT0> primaryIterator,
@Nonnull Iterator<? extends INPUT1> secondaryIterator,
boolean shortest)
Returns a new zipping iterator that iterates over the elements of the given iterators in pairs, extending the shorter or truncating the longer iterator depending on the given flag.
|
Copyright © 2017. All rights reserved.