| Package | Description |
|---|---|
| org.jivesoftware.smack.util.collections |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractReferenceMap.ReferenceEntry<K,V> |
AbstractReferenceMap.ReferenceEntry.next()
Gets the next entry in the bucket.
|
| Constructor and Description |
|---|
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 © 2014. All Rights Reserved.