ArrayIterable is a ProtectedIterable that generates
Iterators that iterate over a given payload array.ArrayIterable for the given payload array.BooleanArrayIterable is a ProtectedIterable that generates
Iterators that iterate over a given boolean[].BooleanArrayIterable for the given
boolean[].ByteArrayIterable is a ProtectedIterable that generates
Iterators that iterate over a given byte[].ByteArrayIterable for the given byte[].CharacterArrayIterable is a ProtectedIterable that
generates Iterators that iterate over a 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 sequence of
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 ProtectedIterable 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 ProtectedIterable 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 is a ProtectedIterable that generates
Iterators that iterate over a given double[].DoubleArrayIterable for the given double[].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 is an Iterable that can be wrapped around
a given Iterable and generates Iterators that
filters out values according to a given Predicate.FilteredIterable from the given Iterable.FilteredIterable from the given Iterable.FloatArrayIterable is a ProtectedIterable that generates
Iterators that iterate over a given float[].FloatArrayIterable for the given float[].IndexedIterable from the given Iterable.InfixedIterable from the given Iterable.IntegerArrayIterable is a ProtectedIterable that generates
Iterators that iterate over a given int[].IntegerArrayIterable for the given int[].LongArrayIterable is a ProtectedIterable that generates
Iterators that iterate over a given long[].LongArrayIterable for the given long[].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.LookAheadIterable from the given Iterable.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.ObjectIterable is a ProtectedIterable that generates
Iterators that iterate over a single payload object.ObjectIterable for the given payload object.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.OptionalIterable for the given payload object.PrefixedIterable from the given Iterable.ProtectedIterable is an Iterable that guarantees that every
call to Iterable.iterator() yields a ProtectedIterator.ProtectingIterable is a ProtectedIterable that can be
wrapped around a given Iterable and generates
ProtectedIterators.ProtectingIterable from the given Iterable.RemoveHandlerIterable is an Iterable that can be wrapped
around a given Iterable and generates Iterators that
filters out values according to a given Predicate.RemoveHandlerIterable from the given
Iterable.ShortArrayIterable is a ProtectedIterable that generates
Iterators that iterate over a given short[].ShortArrayIterable for the given short[].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 from the given Iterable.Copyright © 2015–2016 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.