Payload - The payload type.public final class TupleIterable<Payload> extends Object implements ProtectedIterable<Payload>
| Constructor and Description |
|---|
TupleIterable(net.markenwerk.commons.datastructures.Tuple<? extends Payload,? extends Payload> tuple)
Creates a new
TupleIterable. |
| Modifier and Type | Method and Description |
|---|---|
net.markenwerk.commons.iterators.TupleIterator<Payload> |
iterator()
Returns a
ProtectedIterator. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic TupleIterable(net.markenwerk.commons.datastructures.Tuple<? extends Payload,? extends Payload> tuple) throws IllegalArgumentException
TupleIterable.tuple - The Tuple to iterate over.IllegalArgumentException - If the given Tuple is null.public net.markenwerk.commons.iterators.TupleIterator<Payload> iterator()
ProtectedIterableProtectedIterator.Copyright © 2015–2016 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.