Parallel Colt 0.9.4

Package cern.colt.map.tfloat

Automatically growing and shrinking map holding elements of float data type.

See:
          Description

Class Summary
AbstractFloatIntMap Abstract base class for hash maps holding (key,value) associations of type (float-->int).
AbstractFloatLongMap Abstract base class for hash maps holding (key,value) associations of type (float-->long).
AbstractIntFloatMap Abstract base class for hash maps holding (key,value) associations of type (int-->float).
AbstractLongFloatMap Abstract base class for hash maps holding (key,value) associations of type (int-->float).
OpenFloatIntHashMap Hash map holding (key,value) associations of type (float-->int); Automatically grows and shrinks as needed; Implemented using open addressing with float hashing.
OpenFloatLongHashMap Hash map holding (key,value) associations of type (float-->long); Automatically grows and shrinks as needed; Implemented using open addressing with float hashing.
OpenIntFloatHashMap Hash map holding (key,value) associations of type (int-->float); Automatically grows and shrinks as needed; Implemented using open addressing with float hashing.
OpenLongFloatHashMap Hash map holding (key,value) associations of type (int-->float); Automatically grows and shrinks as needed; Implemented using open addressing with float hashing.
 

Package cern.colt.map.tfloat Description

Automatically growing and shrinking map holding elements of float data type.


Parallel Colt 0.9.4

Jump to the Parallel Colt Homepage