| Modifier and Type | Class and Description |
|---|---|
class |
ArrayIterable<Payload>
An
ArrayIterable is a ProtectedIterable that generates
Iterators that iterate over a given payload array. |
class |
BooleanArrayIterable
A
BooleanArrayIterable is a ProtectedIterable that generates
Iterators that iterate over a given boolean[]. |
class |
ByteArrayIterable
A
ByteArrayIterable is a ProtectedIterable that generates
Iterators that iterate over a given byte[]. |
class |
CharacterArrayIterable
A
CharacterArrayIterable is a ProtectedIterable that
generates Iterators that iterate over a given char[]. |
class |
CountDownIterable
A
CountDownIterable is a ProtectedIterable that generates
Iterators that that yields all integer value between a given
lower bound and a given upper bound. |
class |
CountUpIterable
A
CountUpIterable is a ProtectedIterable that generates
Iterators that that yields all integer value between a given
lower bound and a given upper bound. |
class |
DoubleArrayIterable
A
DoubleArrayIterable is a ProtectedIterable that generates
Iterators that iterate over a given double[]. |
class |
EmptyIterable<Payload>
|
class |
EnumerationIterable<Payload>
An
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. |
class |
FloatArrayIterable
A
FloatArrayIterable is a ProtectedIterable that generates
Iterators that iterate over a given float[]. |
class |
InfiniteIterable<Payload>
An
InfiniteIterable is a ProtectedIterable that generates
Iterators that iterate over a given NodeList. |
class |
IntegerArrayIterable
An
IntegerArrayIterable is a ProtectedIterable that generates
Iterators that iterate over a given int[]. |
class |
LongArrayIterable
A
LongArrayIterable is a ProtectedIterable that generates
Iterators that iterate over a given long[]. |
class |
LookAheadIterable<Payload>
A
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. |
class |
NodeListIterable
A
NodeListIterable is a ProtectedIterable that generates
Iterators that iterate over a given NodeList. |
class |
ObjectIterable<Payload>
An
ObjectIterable is a ProtectedIterable that generates
Iterators that iterate over a single payload object. |
class |
OptionalIterable<Payload>
An
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. |
class |
PairIterable<Payload>
|
class |
ProtectingIterable<Payload>
A
ProtectingIterable is a ProtectedIterable that can be
wrapped around a given Iterable and generates
ProtectedIterators. |
class |
ShortArrayIterable
A
ShortArrayIterable is a ProtectedIterable that generates
Iterators that iterate over a given short[]. |
class |
StringTokenizerIterable
A
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. |
class |
TripleIterable<Payload>
A
TripleIterable is a ProtectedIterable that generates
Iterators that iterate over a given NodeList. |
class |
TupleIterable<Payload>
|
Copyright © 2015–2016 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.