| Class | Description |
|---|---|
| ArrayIterable<Payload> | |
| BooleanArrayIterable | |
| ByteArrayIterable | |
| CharacterArrayIterable | |
| CombinedIterable<Payload> |
An
CombinedIterable is a Iterable that wraps arround some
given Iterables and combines them into a single
Iterable by iterating over all given Iterables in
the order they were given. |
| ConvertingIterable<From,To> |
An
ConvertingIterable is a Iterable that can be wrapped
around a given Iterable and generates Iterators that
converts all values with a given Converter. |
| CountDownIterable |
An
CountDownIterable is a Iterable that generates
Iterators that that yields all integer value between a given
lower value and a given upper bound. |
| CountUpIterable |
An
CountUpIterable is a Iterable that generates
Iterators that that yields all integer value between a given
lower value and a given upper bound. |
| DoubleArrayIterable | |
| EmptyIterable<Payload> | |
| FilteringIterable<Payload> |
An
FilteringIterable is a Iterable that can be wrapped around
a given Iterable and generates Iterators that
filters out values according to a given Predicate. |
| FloatArrayIterable | |
| IntegerArrayIterable | |
| LongArrayIterable | |
| NullFreeIterable<Payload> |
An
NullFreeIterable is a Iterable that can be wrapped around
a given Iterable and generates Iterators that
filters out null values. |
| NullSaveIterable<Payload> |
An
NullSaveIterable is a Iterable that can be wrapped around
a given Iterable and generates Iterators that always
behaves correctly, even if the given Iterable is null (by
generating an EmptyIterator). |
| ShortArrayIterable |
Copyright © 2015 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.