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

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

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

Subclasses of AbstractReferenceMap in org.jivesoftware.smack.util.collections
 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 AbstractReferenceMap
protected  AbstractReferenceMap<K,V> AbstractReferenceMap.ReferenceEntry.parent
          The parent map
 

Constructors in org.jivesoftware.smack.util.collections with parameters of type AbstractReferenceMap
AbstractReferenceMap.ReferenceEntry(AbstractReferenceMap<K,V> parent, AbstractReferenceMap.ReferenceEntry<K,V> next, int hashCode, K key, V value)
          Creates a new entry object for the ReferenceMap.
 



Copyright © 2013 LittleShoot. All Rights Reserved.