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