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.
Calling iterator() creates an instance of
ObjectIterator.
| Constructor and Description |
|---|
ObjectIterable(Payload value)
Creates a new
ObjectIterable for the given payload object. |
| Modifier and Type | Method and Description |
|---|---|
ObjectIterator<Payload> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic ObjectIterable(Payload value)
ObjectIterable for the given payload object.value - The payload object to iterate over.public ObjectIterator<Payload> iterator()
Copyright © 2015–2016 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.