Parallel Colt 0.7.2

Package cern.colt.map.tobject

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

See:
          Description

Class Summary
AbstractIntObjectMap Abstract base class for hash maps holding (key,value) associations of type (int-->Object).
AbstractLongObjectMap Abstract base class for hash maps holding (key,value) associations of type (long-->Object).
OpenIntObjectHashMap Hash map holding (key,value) associations of type (int-->Object); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
OpenLongObjectHashMap Hash map holding (key,value) associations of type (long-->Object); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
 

Package cern.colt.map.tobject Description

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


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage