| Package | Description |
|---|---|
| net.markenwerk.commons.iterables |
| Modifier and Type | Class and Description |
|---|---|
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 |
InfiniteIterable<Payload>
An
InfiniteIterable is a ProtectedIterable that generates
Iterators that iterate over a given NodeList. |
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 |
ProtectingIterable<Payload>
A
ProtectingIterable is a ProtectedIterable that can be
wrapped around a given Iterable and generates that every call to
ProtectingIterable.iterator() yields a ProtectedIterator. |
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. |
Copyright © 2015–2017 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.