Uses of Class
com.espertech.esper.collection.apachecommons.AbstractHashedMap

Packages that use AbstractHashedMap
com.espertech.esper.collection.apachecommons Apache commons collection classes such as for soft-reference map implementation 
 

Uses of AbstractHashedMap in com.espertech.esper.collection.apachecommons
 

Subclasses of AbstractHashedMap in com.espertech.esper.collection.apachecommons
 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.
 

Fields in com.espertech.esper.collection.apachecommons declared as AbstractHashedMap
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
 

Constructors in com.espertech.esper.collection.apachecommons with parameters of type AbstractHashedMap
AbstractHashedMap.EntrySet(AbstractHashedMap parent)
          Ctor.
AbstractHashedMap.EntrySetIterator(AbstractHashedMap parent)
          Ctor.
AbstractHashedMap.HashIterator(AbstractHashedMap parent)
          Ctor.
AbstractHashedMap.HashMapIterator(AbstractHashedMap parent)
          Ctor.
AbstractHashedMap.KeySet(AbstractHashedMap parent)
          Ctor.
AbstractHashedMap.KeySetIterator(AbstractHashedMap parent)
          Ctor.
AbstractHashedMap.Values(AbstractHashedMap parent)
          Ctor.
AbstractHashedMap.ValuesIterator(AbstractHashedMap parent)
          Ctor.
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com