Package | Description |
---|---|
com.espertech.esper.collection.apachecommons |
Apache commons collection classes such as for soft-reference map implementation
|
Modifier and Type | Class and Description |
---|---|
class |
ReferenceMap
A
Map implementation that allows mappings to be
removed by the garbage collector. |
Modifier and Type | Field and Description |
---|---|
protected AbstractReferenceMap |
AbstractReferenceMap.ReferenceEntry.parent
The parent map
|
Constructor and Description |
---|
ReferenceEntry(AbstractReferenceMap parent,
AbstractHashedMap.HashEntry next,
int hashCode,
Object key,
Object value)
Creates a new entry object for the ReferenceMap.
|