Package | Description |
---|---|
cern.colt.map.tint |
Automatically growing and shrinking map holding elements of int data type.
|
Class and Description |
---|
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.
|
Jump to the Parallel Colt Homepage