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

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

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

Classes in org.jivesoftware.smack.util.collections that implement MapIterator
 class EmptyMapIterator
          Provides an implementation of an empty map iterator.
 

Fields in org.jivesoftware.smack.util.collections declared as MapIterator
static MapIterator EmptyMapIterator.INSTANCE
          Singleton instance of the iterator.
 

Methods in org.jivesoftware.smack.util.collections that return MapIterator
 MapIterator<K,V> IterableMap.mapIterator()
          Obtains a MapIterator over the map.
 MapIterator<K,V> AbstractReferenceMap.mapIterator()
          Gets a MapIterator over the reference map.
 MapIterator<K,V> AbstractHashedMap.mapIterator()
          Gets an iterator over the map.