Parallel Colt 0.9.4

Package cern.colt.map.tdouble

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

See:
          Description

Class Summary
AbstractDoubleIntMap Abstract base class for hash maps holding (key,value) associations of type (double-->int).
AbstractDoubleLongMap Abstract base class for hash maps holding (key,value) associations of type (double-->long).
AbstractIntDoubleMap Abstract base class for hash maps holding (key,value) associations of type (int-->double).
AbstractLongDoubleMap Abstract base class for hash maps holding (key,value) associations of type (int-->double).
OpenDoubleIntHashMap Hash map holding (key,value) associations of type (double-->int); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
OpenDoubleLongHashMap Hash map holding (key,value) associations of type (double-->long); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
OpenIntDoubleHashMap Hash map holding (key,value) associations of type (int-->double); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
OpenLongDoubleHashMap Hash map holding (key,value) associations of type (int-->double); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
 

Package cern.colt.map.tdouble Description

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


Parallel Colt 0.9.4

Jump to the Parallel Colt Homepage