Frames | No Frames |
Classes derived from org.apache.commons.collections.map.AbstractReferenceMap | |
class | A Map implementation that allows mappings to be
removed by the garbage collector and matches keys and values based
on == not equals() . |
class | A Map implementation that allows mappings to be
removed by the garbage collector. |
Constructors with parameter type org.apache.commons.collections.map.AbstractReferenceMap | |
AbstractReferenceMap.ReferenceEntry.ReferenceEntry(AbstractReferenceMap parent, AbstractHashedMap.HashEntry next, int hashCode, Object key, Object value) Creates a new entry object for the ReferenceMap. |
Fields of type org.apache.commons.collections.map.AbstractReferenceMap | |
AbstractReferenceMap | The parent map |