Payload - The payload type.public final class EmptyIterator<Payload> extends Object implements ProtectedIterator<Payload>
EmptyIterator is an Iterator that doesn't yield any
values.
Calling hasNext() always returns false and
calling next() always returns null.
| Constructor and Description |
|---|
EmptyIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Payload |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingCopyright © 2015–2016 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.