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 TypeClassDescriptionclassAMapimplementation that allows mappings to be removed by the garbage collector and matches keys and values based on==notequals().classAMapimplementation that allows mappings to be removed by the garbage collector.Fields in org.apache.commons.collections.map declared as AbstractReferenceMapModifier and TypeFieldDescriptionprotected final AbstractReferenceMapAbstractReferenceMap.ReferenceEntry.parentThe 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.