See: Description
Class | Description |
---|---|
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.
|
Jump to the Parallel Colt Homepage