Payload - The payload type.public final class ObjectIterator<Payload> extends Object implements ProtectedIterator<Payload>
ObjectIterator is a Iterator that iterates over a single
payload object.| Constructor and Description |
|---|
ObjectIterator(Payload value)
Creates a new
ObjectIterator that iterates over the given payload
object. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Payload |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic ObjectIterator(Payload value)
ObjectIterator that iterates over the given payload
object.value - The payload object to iterate over.Copyright © 2015–2016 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.