Package | Description |
---|---|
cern.colt.map.tobject |
Automatically growing and shrinking map holding elements of Object data type.
|
cern.colt.matrix.tobject.impl |
Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of Object data type.
|
Modifier and Type | Class and Description |
---|---|
class |
OpenLongObjectHashMap
Hash map holding (key,value) associations of type (long-->Object);
Automatically grows and shrinks as needed; Implemented using open addressing
with double hashing.
|
Modifier and Type | Method and Description |
---|---|
AbstractLongObjectMap |
AbstractLongObjectMap.copy()
Returns a deep copy of the receiver; uses
clone() and casts
the result. |
Modifier and Type | Method and Description |
---|---|
AbstractLongObjectMap |
SparseObjectMatrix3D.elements()
Returns the elements of this matrix.
|
AbstractLongObjectMap |
SparseObjectMatrix1D.elements()
Returns the elements of this matrix.
|
AbstractLongObjectMap |
SparseObjectMatrix2D.elements()
Returns the elements of this matrix.
|
Jump to the Parallel Colt Homepage