| Package | Description |
|---|---|
| net.digitalid.utility.functional.iterators |
Provides the iterators for the functional iterables.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReadOnlyListIterator<ELEMENT>
This class implements a read-only list iterator.
|
| Modifier and Type | Method and Description |
|---|---|
static <ELEMENT> @Nonnull ReadOnlyIterableIterator<ELEMENT> |
ReadOnlyIterableIterator.with(@Nonnull Iterator<? extends ELEMENT> iterator)
Returns a read-only iterable iterator that captures the given iterator.
|
Copyright © 2017. All rights reserved.