Payload - The payload type.public final class ObjectIterable<Payload> extends Object implements ProtectedBidirectionalIterable<Payload>
ObjectIterable is a ProtectedBidirectionalIterable that
generates Iterators that iterate over a single payload
object.| Constructor and Description |
|---|
ObjectIterable(Payload value)
Creates a new
ObjectIterable. |
ObjectIterable(Payload value,
boolean ignoreNull)
Creates a new
ObjectIterable. |
| Modifier and Type | Method and Description |
|---|---|
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 ObjectIterable(Payload value, boolean ignoreNull)
ObjectIterable.value - The object to iterate over.ignoreNull - Whether to ignore null values.public ObjectIterator<Payload> iterator()
ProtectedBidirectionalIterableProtectedIterator.iterator in interface Iterable<Payload>iterator in interface BidirectionalIterable<Payload>iterator in interface ProtectedBidirectionalIterable<Payload>ProtectedIterator.Copyright © 2015–2017 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.