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