| Package | Description |
|---|---|
| org.jivesoftware.smack.util.collections |
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Field and Description |
|---|---|
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
|
| Constructor and Description |
|---|
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 © 2014. All Rights Reserved.