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

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

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

Methods in org.jivesoftware.smack.util.collections that return AbstractReferenceMap.ReferenceEntry
protected  AbstractReferenceMap.ReferenceEntry<K,V> AbstractReferenceMap.ReferenceEntry.next()
          Gets the next entry in the bucket.
 

Constructors in org.jivesoftware.smack.util.collections with parameters of type AbstractReferenceMap.ReferenceEntry
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.