| Package | Description |
|---|---|
| net.digitalid.utility.functional.iterators |
Provides the iterators for the functional iterables.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CombiningIterator<ELEMENT>
This class implements a combining iterator that iterates first over the elements of the first iterator and then over the elements of the second iterator.
|
class |
ZippingIterator<INPUT0,INPUT1>
This class implements a 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.