Parallel Colt 0.9.4

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

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

Uses of AbstractFloatLongMap in cern.colt.map.tfloat
 

Subclasses of AbstractFloatLongMap in cern.colt.map.tfloat
 class OpenFloatLongHashMap
          Hash map holding (key,value) associations of type (float-->long); Automatically grows and shrinks as needed; Implemented using open addressing with float hashing.
 

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


Parallel Colt 0.9.4

Jump to the Parallel Colt Homepage