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 |
AbstractReferenceMap
An abstract implementation of a hash-based map that allows the entries to
be removed by the garbage collector.
|
class |
ReferenceMap
A
Map implementation that allows mappings to be
removed by the garbage collector. |
Modifier and Type | Field and Description |
---|---|
protected AbstractHashedMap |
AbstractHashedMap.EntrySet.parent
The parent map
|
protected AbstractHashedMap |
AbstractHashedMap.KeySet.parent
The parent map
|
protected AbstractHashedMap |
AbstractHashedMap.Values.parent
The parent map
|
protected AbstractHashedMap |
AbstractHashedMap.HashIterator.parent
The parent map
|
Constructor and Description |
---|
EntrySet(AbstractHashedMap parent)
Ctor.
|
EntrySetIterator(AbstractHashedMap parent)
Ctor.
|
HashIterator(AbstractHashedMap parent)
Ctor.
|
HashMapIterator(AbstractHashedMap parent)
Ctor.
|
KeySet(AbstractHashedMap parent)
Ctor.
|
KeySetIterator(AbstractHashedMap parent)
Ctor.
|
Values(AbstractHashedMap parent)
Ctor.
|
ValuesIterator(AbstractHashedMap parent)
Ctor.
|