Package | Description |
---|---|
cern.colt.map.tlong |
Automatically growing and shrinking map holding elements of long data type.
|
cern.colt.matrix.tint.impl |
Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of int data type.
|
Modifier and Type | Class and Description |
---|---|
class |
OpenLongIntHashMap
Hash map holding (key,value) associations of type (long-->int);
Automatically grows and shrinks as needed; Implemented using open addressing
with double hashing.
|
Modifier and Type | Method and Description |
---|---|
AbstractLongIntMap |
AbstractLongIntMap.copy()
Returns a deep copy of the receiver; uses
clone() and casts
the result. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractLongIntMap.assign(AbstractLongIntMap other)
Clears the receiver, then adds all (key,value) pairs of other
values to it.
|
Modifier and Type | Method and Description |
---|---|
AbstractLongIntMap |
SparseIntMatrix3D.elements() |
AbstractLongIntMap |
SparseIntMatrix2D.elements() |
AbstractLongIntMap |
SparseIntMatrix1D.elements()
Returns the elements of this matrix.
|
Jump to the Parallel Colt Homepage