Payload - The payload type.public final class ObjectIterable<Payload> extends Object implements ProtectedIterable<Payload>
ObjectIterable is a ProtectedIterable that generates
Iterators that iterate over a single payload object.| Constructor and Description |
|---|
ObjectIterable(Payload value)
Creates a new
ObjectIterable. |
| Modifier and Type | Method and Description |
|---|---|
net.markenwerk.commons.iterators.ObjectIterator<Payload> |
iterator()
Returns a
ProtectedIterator. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic ObjectIterable(Payload value)
ObjectIterable.value - The object to iterate over.public net.markenwerk.commons.iterators.ObjectIterator<Payload> iterator()
ProtectedIterableProtectedIterator.Copyright © 2015–2016 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.