Payload - The payload type.public final class CombinedIterable<Payload> extends Object implements Iterable<Payload>
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.
Calling iterator() creates an instance of
CombinedIterator.
| Constructor and Description |
|---|
CombinedIterable(Iterable<? extends Iterable<? extends Payload>> iterable)
Creates a new
CombinedIterable from the given Iterables. |
CombinedIterable(Iterable<? extends Payload>... iterables)
Creates a new
CombinedIterable from the given Iterables. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Payload> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic CombinedIterable(Iterable<? extends Payload>... iterables)
CombinedIterable from the given Iterables.Copyright © 2015 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.