Uses of Class
org.jivesoftware.smack.util.collections.AbstractHashedMap

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

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

Subclasses of AbstractHashedMap in org.jivesoftware.smack.util.collections
 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.