Uses of Class
com.fasterxml.aalto.util.EmptyIterator
-
Packages that use EmptyIterator Package Description com.fasterxml.aalto.util -
-
Uses of EmptyIterator in com.fasterxml.aalto.util
Fields in com.fasterxml.aalto.util declared as EmptyIterator Modifier and Type Field Description (package private) static EmptyIterator<java.lang.Object>
EmptyIterator. sInstance
Methods in com.fasterxml.aalto.util that return EmptyIterator Modifier and Type Method Description static <T> EmptyIterator<T>
EmptyIterator. 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.
-