Payload - The payload type.public interface ProtectedIterable<Payload> extends Iterable<Payload>
ProtectedIterable is an Iterable that guarantees that every
call to Iterable.iterator() yields a ProtectedIterator.| Modifier and Type | Method and Description |
|---|---|
ProtectedIterator<Payload> |
iterator()
Returns a
ProtectedIterator. |
forEach, spliteratorProtectedIterator<Payload> iterator()
ProtectedIterator.iterator in interface Iterable<Payload>ProtectedIterator.Copyright © 2015–2017 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.