Uses of Class
com.espertech.esper.common.internal.collection.apachecommons.AbstractReferenceMap
Packages that use AbstractReferenceMap
Package
Description
Apache commons collection classes such as for soft-reference map implementation
-
Uses of AbstractReferenceMap in com.espertech.esper.common.internal.collection.apachecommons
Modifier and TypeClassDescriptionclass
AMap
implementation that allows mappings to be removed by the garbage collector.Fields in com.espertech.esper.common.internal.collection.apachecommons declared as AbstractReferenceMapModifier and TypeFieldDescriptionprotected final AbstractReferenceMap
AbstractReferenceMap.ReferenceEntry.parent
The parent mapConstructors in com.espertech.esper.common.internal.collection.apachecommons with parameters of type AbstractReferenceMapModifierConstructorDescriptionReferenceEntry
(AbstractReferenceMap parent, AbstractHashedMap.HashEntry next, int hashCode, Object key, Object value) Creates a new entry object for the ReferenceMap.