Uses of Interface
org.jivesoftware.smack.util.collections.ResettableIterator

Packages that use ResettableIterator
org.jivesoftware.smack.util.collections   
 

Uses of ResettableIterator in org.jivesoftware.smack.util.collections
 

Classes in org.jivesoftware.smack.util.collections that implement ResettableIterator
 class EmptyIterator<E>
          Provides an implementation of an empty iterator.
 class EmptyMapIterator
          Provides an implementation of an empty map iterator.
 

Fields in org.jivesoftware.smack.util.collections declared as ResettableIterator
static ResettableIterator EmptyIterator.RESETTABLE_INSTANCE
          Singleton instance of the iterator.