| Class | Description |
|---|---|
| ArrayIterator<Payload> |
An
ArrayIterator is a Iterator that iterates over a given
payload array. |
| BooleanArrayIterator | |
| ByteArrayIterator | |
| CharacterArrayIterator | |
| CombinedIterator<Payload> |
A
CombinedIterator is an Iterator that wraps arround some
given Iterators and combines them into a single
Iterator by iterating over all given Iterators in
the order they were given. |
| ConvertingIterator<From,To> |
A
ConvertingIterator is an Iterator that can be wrapped
around a given Iterator and converts all values with a given
Converter. |
| CountDownIterator |
A
CountDownIterator is an Iterator that yields all integer
value between a given upper value and a given lower bound. |
| CountUpIterator |
A
CountUpIterator is an Iterator that yields all integer
value between a given lower value and a given upper bound. |
| DoubleArrayIterator | |
| EmptyIterator<Payload> |
An
EmptyIterator is an Iterator that doesn't yield any
values. |
| FilteringIterator<Payload> |
A
FilteringIterator is an Iterator that can be wrapped around
a given Iterator and filters out values according to a given
Predicate. |
| FloatArrayIterator | |
| IntegerArrayIterator | |
| LongArrayIterator | |
| NullFreeIterator<Payload> |
A
NullFreeIterator is an Iterator that can be wrapped around
a given Iterator and filters out null values. |
| NullSaveIterator<Payload> |
A
NullSaveIterator is an Iterator that can be wrapped around
a given Iterator and always behaves correctly, even if the given
Iterator is null (by behaving like an
EmptyIterator). |
| ShortArrayIterator |
Copyright © 2015–2016 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.