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.
|
cern.colt.matrix.tlong.impl |
Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of long data type.
|
Class and Description |
---|
AbstractIntLongMap
Abstract base class for hash maps holding (key,value) associations of type
(int-->long).
|
AbstractLongIntMap
Abstract base class for hash maps holding (key,value) associations of type
(long-->int).
|
AbstractLongLongMap
Abstract base class for hash maps holding (key,value) associations of type
(long-->long).
|
Class and Description |
---|
AbstractLongIntMap
Abstract base class for hash maps holding (key,value) associations of type
(long-->int).
|
Class and Description |
---|
AbstractLongLongMap
Abstract base class for hash maps holding (key,value) associations of type
(long-->long).
|
Jump to the Parallel Colt Homepage