Uses of Class
com.espertech.esper.common.internal.collection.apachecommons.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.Modifier and TypeFieldDescriptionprotected final AbstractReferenceMap
AbstractReferenceMap.ReferenceEntry.parent
The parent mapModifierConstructorDescriptionReferenceEntry
(AbstractReferenceMap parent, AbstractHashedMap.HashEntry next, int hashCode, Object key, Object value) Creates a new entry object for the ReferenceMap.