Parallel Colt 0.7.2

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

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

Uses of AbstractFloatIntMap in cern.colt.map.tfloat
 

Subclasses of AbstractFloatIntMap in cern.colt.map.tfloat
 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.
 

Methods in cern.colt.map.tfloat that return AbstractFloatIntMap
 AbstractFloatIntMap AbstractFloatIntMap.copy()
          Returns a deep copy of the receiver; uses clone() and casts the result.
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage