Uses of Class
com.espertech.esper.common.internal.collection.apachecommons.AbstractHashedMap
Package
Description
Apache commons collection classes such as for soft-reference map implementation
-
Uses of AbstractHashedMap in com.espertech.esper.common.internal.collection.apachecommons
Modifier and TypeClassDescriptionclass
An abstract implementation of a hash-based map that allows the entries to be removed by the garbage collector.class
AMap
implementation that allows mappings to be removed by the garbage collector.Modifier and TypeFieldDescriptionprotected final AbstractHashedMap
AbstractHashedMap.EntrySet.parent
The parent mapprotected final AbstractHashedMap
AbstractHashedMap.HashIterator.parent
The parent mapprotected final AbstractHashedMap
AbstractHashedMap.KeySet.parent
The parent mapprotected final AbstractHashedMap
AbstractHashedMap.Values.parent
The parent mapModifierConstructorDescriptionprotected
EntrySet
(AbstractHashedMap parent) Ctor.protected
EntrySetIterator
(AbstractHashedMap parent) Ctor.protected
HashIterator
(AbstractHashedMap parent) Ctor.protected
HashMapIterator
(AbstractHashedMap parent) Ctor.protected
KeySet
(AbstractHashedMap parent) Ctor.protected
KeySetIterator
(AbstractHashedMap parent) Ctor.protected
Values
(AbstractHashedMap parent) Ctor.protected
ValuesIterator
(AbstractHashedMap parent) Ctor.