Package | Description |
---|---|
cern.colt.map.tint |
Automatically growing and shrinking map holding elements of int data type.
|
Modifier and Type | Class and Description |
---|---|
class |
OpenIntIntHashMap
Hash map holding (key,value) associations of type (int-->int);
Automatically grows and shrinks as needed; Implemented using open addressing
with double hashing.
|
class |
QuickOpenIntIntHashMap
Status: Experimental; Do not use for production yet.
|
Modifier and Type | Method and Description |
---|---|
AbstractIntIntMap |
AbstractIntIntMap.copy()
Returns a deep copy of the receiver; uses
clone() and casts
the result. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractIntIntMap.assign(AbstractIntIntMap other)
Clears the receiver, then adds all (key,value) pairs of other
values to it.
|
Jump to the Parallel Colt Homepage