| Interface | Description |
|---|---|
| ProtectedIterable<Payload> |
A
ProtectedIterable is an Iterable that guarantees that every
call to Iterable.iterator() yields a ProtectedIterator. |
| Class | Description |
|---|---|
| ArrayIterable<Payload> |
An
ArrayIterable is a ProtectedIterable that generates
Iterators that iterate over a given payload array. |
| BooleanArrayIterable |
An
BooleanArrayIterable is a ProtectedIterable that generates
Iterators that iterate over a given boolean[]. |
| ByteArrayIterable |
An
ByteArrayIterable is a ProtectedIterable that generates
Iterators that iterate over a given byte[]. |
| CharacterArrayIterable |
An
CharacterArrayIterable is a ProtectedIterable that
generates Iterators that iterate over a given char[]
. |
| 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 ProtectedIterable that generates
Iterators that that yields all integer value between a given
lower value and a given upper bound. |
| CountUpIterable |
An
CountUpIterable is a ProtectedIterable that generates
Iterators that that yields all integer value between a given
lower value and a given upper bound. |
| DoubleArrayIterable |
An
DoubleArrayIterable is a ProtectedIterable that generates
Iterators that iterate over a given double[]. |
| EmptyIterable<Payload> | |
| EnumerationIterable<Payload> |
An
EnumerationIterable is a ProtectedIterable that can be
wrapped around a given Producer for Enumerations
and generates Iterators that yield all values from a
produced Enumeration. |
| FilteredIterable<Payload> |
A
FilteredIterable is an Iterable that can be wrapped around
a given Iterable and generates Iterators that
filters out values according to a given Predicate. |
| FloatArrayIterable |
An
FloatArrayIterable is a ProtectedIterable that generates
Iterators that iterate over a given float[]. |
| IndexedIterable<Payload> | |
| InfixedIterable<Payload> | |
| IntegerArrayIterable |
An
IntegerArrayIterable is a ProtectedIterable that generates
Iterators that iterate over a given int[]. |
| LongArrayIterable |
An
LongArrayIterable is a ProtectedIterable that generates
Iterators that iterate over a given long[]. |
| LookAheadIterable<Payload> |
A
LookAheadIterable is an ProtectedIterable that can be
wrapped around a given Iterator and generates Iterators that yield a LookAhead container that holds the current
and the next payload value of an Iterator that is generated by the
given Iterable. |
| 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). |
| ObjectIterable<Payload> |
An
ObjectIterable is a ProtectedIterable that generates
Iterators that iterate over a single payload object. |
| OptionalIterable<Payload> |
An
OptionalIterable is a ProtectedIterable that behaves like
an ObjectIterable for a given payload object, or like an empty
Iterable, if the given payload object is null. |
| PrefixedIterable<Payload> | |
| ProtectingIterable<Payload> |
An
ProtectingIterable is a ProtectedIterable that can be
wrapped around a given Iterable and generates
ProtectedIterators. |
| RemoveHandlerIterable<Payload> |
A
RemoveHandlerIterable is an Iterable that can be wrapped
around a given Iterable and generates Iterators that
filters out values according to a given Predicate. |
| ShortArrayIterable |
An
ShortArrayIterable is a ProtectedIterable that generates
Iterators that iterate over a given short[]. |
| StringTokenizerIterable |
An
StringTokenizerIterable is a ProtectedIterable that can be wrapped
around a given Producer for StringTokenizers
and generates Iterators that yield all strings from a
produced StringTokenizer. |
| SuffixedIterable<Payload> |
Copyright © 2015–2016 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.