ArrayIterator is a Iterator that iterates over a given
array of payload values.ArrayIterator that iterates over the given payload
array.boolean[].byte[].char[].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.CombinedIterator from the given Iterators.CombinedIterator from the given qlin
Iterable of link Iterator Iterators}.CombinedIterator from the given Iterators.ConvertingIterator is an Iterator that can be wrapped
around a given Iterator and converts all values with a given
Converter.CountDownIterator is an Iterator that yields all integer
value between a given upper value and a given lower bound.CountDownIterator from the given upper and lower
bound.CountUpIterator is an Iterator that yields all integer
value between a given lower value and a given upper bound.CountUpIterator from the given lower and upper
bound.double[].EmptyIterator is an Iterator that doesn't yield any
values.FilteringIterator is an Iterator that can be wrapped around
a given Iterator and filters out values according to a given
Predicate.float[].int[].long[].NullFreeIterator is an Iterator that can be wrapped around
a given Iterator and filters out null values.NullFreeIterator from the given Iterator.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).NullSaveIterator from the given Iterable.NullSaveIterator from the given Iterator.short[].Copyright © 2015 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.