Uses of Class
org.apache.commons.collections.map.AbstractReferenceMap
Packages that use AbstractReferenceMap
Package
Description
-
Uses of AbstractReferenceMap in org.apache.commons.collections.map
Subclasses of AbstractReferenceMap in org.apache.commons.collections.mapModifier and TypeClassDescriptionclass
AMap
implementation that allows mappings to be removed by the garbage collector and matches keys and values based on==
notequals()
.class
AMap
implementation that allows mappings to be removed by the garbage collector.Fields in org.apache.commons.collections.map declared as AbstractReferenceMapModifier and TypeFieldDescriptionprotected final AbstractReferenceMap
AbstractReferenceMap.ReferenceEntry.parent
The parent mapConstructors in org.apache.commons.collections.map with parameters of type AbstractReferenceMapModifierConstructorDescriptionReferenceEntry
(AbstractReferenceMap parent, AbstractHashedMap.HashEntry next, int hashCode, Object key, Object value) Creates a new entry object for the ReferenceMap.