ArrayIterable is a ProtectedIterable that generates
Iterators that iterate over a given payload array.ArrayIterable.BooleanArrayIterable is a ProtectedIterable that generates
Iterators that iterate over a given boolean[].BooleanArrayIterable.ByteArrayIterable is a ProtectedIterable that generates
Iterators that iterate over a given byte[].ByteArrayIterable.CharacterArrayIterable is a ProtectedIterable that
generates Iterators that iterate over a given char[].CharacterArrayIterable.CombinedIterable is an Iterable that wraps around some
given Iterables and combines them into a single
Iterable by iterating over all given Iterables in
the order they were given.CombinedIterable.CombinedIterable.ConvertingIterable is an Iterable that can be wrapped
around a given Iterable and generates Iterators that
converts all values with a given Converter.ConvertingIterable.CountDownIterable is a ProtectedIterable that generates
Iterators that that yields all integer value between a given
lower bound and a given upper bound.CountDownIterable.CountUpIterable is a ProtectedIterable that generates
Iterators that that yields all integer value between a given
lower bound and a given upper bound.CountUpIterable.DoubleArrayIterable is a ProtectedIterable that generates
Iterators that iterate over a given double[].DoubleArrayIterable.EmptyIterable.EnumerationIterable is a ProtectedIterable that can be
wrapped around a given Provider for Enumerations
and generates Iterators that yield all values from a
produced Enumeration.EnumerationIterable.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.FilteredIterable.FloatArrayIterable is a ProtectedIterable that generates
Iterators that iterate over a given float[].FloatArrayIterable.IndexedIterable.InfiniteIterable is a ProtectedIterable that generates
Iterators that iterate over a given NodeList.InfiniteIterable.InfixedIterable.IntegerArrayIterable is a ProtectedIterable that generates
Iterators that iterate over a given int[].IntegerArrayIterable.ProtectedIterator.LongArrayIterable is a ProtectedIterable that generates
Iterators that iterate over a given long[].LongArrayIterable.LookAheadIterable is a 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.NodeListIterable is a ProtectedIterable that generates
Iterators that iterate over a given NodeList.NodeListIterable.NullFreeIterable is an Iterable that can be wrapped around
a given Iterable and generates Iterators that
filters out null values.NullFreeIterable.NullSaveIterable is an 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.ObjectIterable is a ProtectedIterable that generates
Iterators that iterate over a single payload object.ObjectIterable.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.PairIterable.PrefixedIterable.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.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.ShortArrayIterable is a ProtectedIterable that generates
Iterators that iterate over a given short[].ShortArrayIterable.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.StringTokenizerIterable.SuffixedIterable.TripleIterable is a ProtectedIterable that generates
Iterators that iterate over a given NodeList.TripleIterable.TupleIterable.Copyright © 2015–2016 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.