| 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
An
BooleanArrayIterable is a ProtectedIterable that generates
Iterators that iterate over a given boolean[]. |
class |
ByteArrayIterable
An
ByteArrayIterable is a ProtectedIterable that generates
Iterators that iterate over a given byte[]. |
class |
CharacterArrayIterable
An
CharacterArrayIterable is a ProtectedIterable that
generates Iterators that iterate over a given char[]
. |
class |
CountDownIterable
An
CountDownIterable is a ProtectedIterable that generates
Iterators that that yields all integer value between a given
lower value and a given upper bound. |
class |
CountUpIterable
An
CountUpIterable is a ProtectedIterable that generates
Iterators that that yields all integer value between a given
lower value and a given upper bound. |
class |
DoubleArrayIterable
An
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 Producer for Enumerations
and generates Iterators that yield all values from a
produced Enumeration. |
class |
FloatArrayIterable
An
FloatArrayIterable is a ProtectedIterable that generates
Iterators that iterate over a given float[]. |
class |
IntegerArrayIterable
An
IntegerArrayIterable is a ProtectedIterable that generates
Iterators that iterate over a given int[]. |
class |
LongArrayIterable
An
LongArrayIterable is a ProtectedIterable that generates
Iterators that iterate over a given long[]. |
class |
LookAheadIterable<Payload>
A
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. |
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 |
ProtectingIterable<Payload>
An
ProtectingIterable is a ProtectedIterable that can be
wrapped around a given Iterable and generates
ProtectedIterators. |
class |
ShortArrayIterable
An
ShortArrayIterable is a ProtectedIterable that generates
Iterators that iterate over a given short[]. |
class |
StringTokenizerIterable
An
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. |
Copyright © 2015–2016 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.