| Package | Description |
|---|---|
| org.jivesoftware.smack.util.collections |
| Modifier and Type | Class and Description |
|---|---|
class |
ReferenceMap<K,V>
A
Map implementation that allows mappings to be removed by the
garbage collector. |
| Modifier and Type | Field and Description |
|---|---|
protected AbstractReferenceMap<K,V> |
AbstractReferenceMap.ReferenceEntry.parent
The parent map
|
| 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.