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

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

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

Classes in org.jivesoftware.smack.util.collections that implement IterableMap
 class AbstractHashedMap<K,V>
          An abstract implementation of a hash-based map which provides numerous points for subclasses to override.
 class AbstractReferenceMap<K,V>
          An abstract implementation of a hash-based map that allows the entries to be removed by the garbage collector.
 class ReferenceMap<K,V>
          A Map implementation that allows mappings to be removed by the garbage collector.