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.
 

Fields in org.jivesoftware.smack.util.collections declared as AbstractHashedMap
protected  AbstractHashedMap<K,V> AbstractHashedMap.EntrySet.parent
          The parent map
protected  AbstractHashedMap<K,V> AbstractHashedMap.KeySet.parent
          The parent map
protected  AbstractHashedMap<K,V> AbstractHashedMap.Values.parent
          The parent map
protected  AbstractHashedMap AbstractHashedMap.HashIterator.parent
          The parent map
 

Constructors in org.jivesoftware.smack.util.collections with parameters of type AbstractHashedMap
AbstractHashedMap.EntrySet(AbstractHashedMap<K,V> parent)
           
AbstractHashedMap.EntrySetIterator(AbstractHashedMap<K,V> parent)
           
AbstractHashedMap.HashIterator(AbstractHashedMap<K,V> parent)
           
AbstractHashedMap.HashMapIterator(AbstractHashedMap<K,V> parent)
           
AbstractHashedMap.KeySet(AbstractHashedMap<K,V> parent)
           
AbstractHashedMap.KeySetIterator(AbstractHashedMap<K,V> parent)
           
AbstractHashedMap.Values(AbstractHashedMap<K,V> parent)
           
AbstractHashedMap.ValuesIterator(AbstractHashedMap<K,V> parent)
           
 



Copyright © 2013 LittleShoot. All Rights Reserved.