Package | Description |
---|---|
org.apache.commons.collections4.map |
Modifier and Type | Class and Description |
---|---|
class |
ReferenceIdentityMap<K,V>
A
Map implementation that allows mappings to be
removed by the garbage collector and matches keys and values based
on == not equals() . |
class |
ReferenceMap<K,V>
A
Map implementation that allows mappings to be
removed by the garbage collector. |
Modifier and Type | Field and Description |
---|---|
private AbstractReferenceMap<K,V> |
AbstractReferenceMap.ReferenceEntry.parent
The parent map
|
(package private) AbstractReferenceMap<K,V> |
AbstractReferenceMap.ReferenceBaseIterator.parent
The parent map
|
Constructor and Description |
---|
ReferenceBaseIterator(AbstractReferenceMap<K,V> parent) |
ReferenceEntry(AbstractReferenceMap<K,V> parent,
AbstractHashedMap.HashEntry<K,V> next,
int hashCode,
K key,
V value)
Creates a new entry object for the ReferenceMap.
|
ReferenceEntrySetIterator(AbstractReferenceMap<K,V> parent) |
ReferenceKeySetIterator(AbstractReferenceMap<K,?> parent) |
ReferenceMapIterator(AbstractReferenceMap<K,V> parent) |
ReferenceValuesIterator(AbstractReferenceMap<?,V> parent) |