| Package | Description |
|---|---|
| net.digitalid.utility.functional.iterators |
Provides the iterators for the functional iterables.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GeneratingIterator<ELEMENT>
This class implements a generating iterator that generates an infinite number of elements with the given producer.
|
class |
IteratingIterator<ELEMENT>
This class implements an iterating iterator that iterates over the sequence produced by the given operator from the given first element.
|
class |
RepeatingIterator<ELEMENT>
This class implements a repeating iterator that repeats the given element infinitely.
|
Copyright © 2017. All rights reserved.