Uses of Class
com.fasterxml.aalto.util.EmptyIterator

Packages that use EmptyIterator
com.fasterxml.aalto.util   
 

Uses of EmptyIterator in com.fasterxml.aalto.util
 

Methods in com.fasterxml.aalto.util that return EmptyIterator
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.
 



Copyright © 2012 Fasterxml.com. All Rights Reserved.