Uses of Class
com.fasterxml.aalto.util.EmptyIterator
Packages that use EmptyIterator
-
Uses of EmptyIterator in com.fasterxml.aalto.util
Fields in com.fasterxml.aalto.util declared as EmptyIteratorModifier and TypeFieldDescription(package private) static final EmptyIterator
<Object> EmptyIterator.sInstance
Methods in com.fasterxml.aalto.util that return EmptyIteratorModifier and TypeMethodDescriptionstatic <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.