See: Description
Class | 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.
|
QuickOpenIntIntHashMap |
Status: Experimental; Do not use for production yet.
|
Jump to the Parallel Colt Homepage