|
||||||||||
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
A Map implementation that allows mappings to be
removed by the garbage collector and matches keys and values based
on == not equals() . |
class |
ReferenceMap
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 |
AbstractReferenceMap.ReferenceEntry.parent
The parent map |
Constructors in org.apache.commons.collections.map with parameters of type AbstractReferenceMap | |
---|---|
AbstractReferenceMap.ReferenceEntry(AbstractReferenceMap parent,
AbstractHashedMap.HashEntry next,
int hashCode,
java.lang.Object key,
java.lang.Object value)
Creates a new entry object for the ReferenceMap. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |