Uses of Class
net.esper.collection.apachecommons.AbstractHashedMap

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

Uses of AbstractHashedMap in net.esper.collection.apachecommons
 

Subclasses of AbstractHashedMap in net.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 net.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 net.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.
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com