Parallel Colt 0.7.2

Package cern.colt.map.tint

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

See:
          Description

Class Summary
AbstractIntIntMap Abstract base class for hash maps holding (key,value) associations of type (int-->int).
OpenIntIntHashMap Hash map holding (key,value) associations of type (int-->int); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
QuickOpenIntIntHashMap Status: Experimental; Do not use for production yet.
 

Package cern.colt.map.tint Description

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


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage