|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractReferenceMap | |
---|---|
org.apache.commons.collections.map |
This package contains implementations of the
Map ,
IterableMap ,
OrderedMap and
SortedMap interfaces. |
Uses of AbstractReferenceMap in org.apache.commons.collections.map |
---|
Subclasses of AbstractReferenceMap in org.apache.commons.collections.map | |
---|---|
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. |
Fields in org.apache.commons.collections.map declared as AbstractReferenceMap | |
---|---|
protected AbstractReferenceMap<K,V> |
AbstractReferenceMap.ReferenceEntry.parent
The parent map |
Constructors in org.apache.commons.collections.map with parameters of type AbstractReferenceMap | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |