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() |
public static <T> EmptyIterator<T> getInstance()
Copyright © 2018 FasterXML. All rights reserved.