ArrayIterable for the given payload array.ArrayIterable for the given payload array.BooleanArrayIterable for the given
boolean[].BooleanArrayIterable for the given
boolean[].ByteArrayIterable for the given byte[].ByteArrayIterable for the given byte[].CharacterArrayIterable for the given char[]
.CharacterArrayIterable for the given char[]
.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.CombinedIterable from the given Iterables.CombinedIterable from the given Iterables.ConvertingIterable is a Iterable that can be wrapped
around a given Iterable and generates Iterators that
converts all values with a given Converter.ConvertingIterable from the given Iterable.CountDownIterable is a Iterable that generates
Iterators that that yields all integer value between a given
lower value and a given upper bound.CountDownIterable from the given upper and lower
bound.CountUpIterable is a Iterable that generates
Iterators that that yields all integer value between a given
lower value and a given upper bound.CountUpIterable from the given lower and upper
bound.DoubleArrayIterable for the given double[].DoubleArrayIterable for the given double[].FilteringIterable is a Iterable that can be wrapped around
a given Iterable and generates Iterators that
filters out values according to a given Predicate.FilteringIterable from the given Iterable.FilteringIterable from the given Iterable.FloatArrayIterable for the given float[].FloatArrayIterable for the given float[].IntegerArrayIterable for the given int[].IntegerArrayIterable for the given int[].LongArrayIterable for the given long[].LongArrayIterable for the given long[].NullFreeIterable is a Iterable that can be wrapped around
a given Iterable and generates Iterators that
filters out null values.NullFreeIterable from the given Iterable.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).NullSaveIterable from the given Iterable.ShortArrayIterable for the given short[].ShortArrayIterable for the given short[].Copyright © 2015 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.