Parallel Colt 0.7.2

Uses of Class
cern.colt.map.tdouble.AbstractDoubleMap

Packages that use AbstractDoubleMap
cern.colt.map.tdouble Automatically growing and shrinking map holding elements of double data type. 
cern.colt.map.tint Automatically growing and shrinking map holding elements of int data type. 
cern.colt.map.tobject Automatically growing and shrinking map holding elements of Object data type. 
 

Uses of AbstractDoubleMap in cern.colt.map.tdouble
 

Subclasses of AbstractDoubleMap in cern.colt.map.tdouble
 class AbstractDoubleIntMap
          Abstract base class for hash maps holding (key,value) associations of type (double-->int).
 class AbstractIntDoubleMap
          Abstract base class for hash maps holding (key,value) associations of type (int-->double).
 class AbstractLongDoubleMap
          Abstract base class for hash maps holding (key,value) associations of type (int-->double).
 class OpenDoubleIntHashMap
          Hash map holding (key,value) associations of type (double-->int); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
 class OpenIntDoubleHashMap
          Hash map holding (key,value) associations of type (int-->double); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
 class OpenLongDoubleHashMap
          Hash map holding (key,value) associations of type (int-->double); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
 

Uses of AbstractDoubleMap in cern.colt.map.tint
 

Subclasses of AbstractDoubleMap in cern.colt.map.tint
 class AbstractIntIntMap
          Abstract base class for hash maps holding (key,value) associations of type (int-->int).
 class OpenIntIntHashMap
          Hash map holding (key,value) associations of type (int-->int); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
 class QuickOpenIntIntHashMap
          Status: Experimental; Do not use for production yet.
 

Uses of AbstractDoubleMap in cern.colt.map.tobject
 

Subclasses of AbstractDoubleMap in cern.colt.map.tobject
 class AbstractIntObjectMap
          Abstract base class for hash maps holding (key,value) associations of type (int-->Object).
 class AbstractLongObjectMap
          Abstract base class for hash maps holding (key,value) associations of type (long-->Object).
 class OpenIntObjectHashMap
          Hash map holding (key,value) associations of type (int-->Object); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
 class OpenLongObjectHashMap
          Hash map holding (key,value) associations of type (long-->Object); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage