Parallel Colt 0.7.2

Uses of Class
cern.colt.map.tfloat.AbstractFloatMap

Packages that use AbstractFloatMap
cern.colt.map.tfloat Automatically growing and shrinking map holding elements of float data type. 
 

Uses of AbstractFloatMap in cern.colt.map.tfloat
 

Subclasses of AbstractFloatMap in cern.colt.map.tfloat
 class AbstractFloatIntMap
          Abstract base class for hash maps holding (key,value) associations of type (float-->int).
 class AbstractIntFloatMap
          Abstract base class for hash maps holding (key,value) associations of type (int-->float).
 class AbstractLongFloatMap
          Abstract base class for hash maps holding (key,value) associations of type (int-->float).
 class OpenFloatIntHashMap
          Hash map holding (key,value) associations of type (float-->int); Automatically grows and shrinks as needed; Implemented using open addressing with float hashing.
 class OpenIntFloatHashMap
          Hash map holding (key,value) associations of type (int-->float); Automatically grows and shrinks as needed; Implemented using open addressing with float hashing.
 class OpenLongFloatHashMap
          Hash map holding (key,value) associations of type (int-->float); Automatically grows and shrinks as needed; Implemented using open addressing with float hashing.
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage