Modifier and Type | Method and Description |
---|---|
static <T> EmptyIterator<T> |
getInstance()
Since the actual type has no effect (as this iterator
never returns any value objects), we can just cast away
here: bit unclean, but safe.
|
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public static <T> EmptyIterator<T> getInstance()
Copyright © 2019 FasterXML. All rights reserved.