Payload - The payload type.public final class InfiniteIterable<Payload> extends Object implements ProtectedIterable<Payload>
InfiniteIterable is a ProtectedIterable that generates
Iterators that iterate over a given NodeList.| Constructor and Description |
|---|
InfiniteIterable(Provider<Payload> provider)
Creates a new
InfiniteIterable. |
| Modifier and Type | Method and Description |
|---|---|
InfiniteIterator<Payload> |
iterator()
Returns a
ProtectedIterator. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic InfiniteIterable(Provider<Payload> provider) throws IllegalArgumentException
InfiniteIterable.provider - The Pair to iterate over.IllegalArgumentException - If the given Pair is null.public InfiniteIterator<Payload> iterator()
ProtectedIterableProtectedIterator.iterator in interface Iterable<Payload>iterator in interface ProtectedIterable<Payload>ProtectedIterator.Copyright © 2015–2017 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.