|
Parallel Colt 0.9.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractLongLongMap | |
---|---|
cern.colt.map.tlong | Automatically growing and shrinking map holding elements of long 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. |
Uses of AbstractLongLongMap in cern.colt.map.tlong |
---|
Subclasses of AbstractLongLongMap in cern.colt.map.tlong | |
---|---|
class |
OpenLongLongHashMap
Hash map holding (key,value) associations of type (long-->long); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing. |
Methods in cern.colt.map.tlong that return AbstractLongLongMap | |
---|---|
AbstractLongLongMap |
AbstractLongLongMap.copy()
Returns a deep copy of the receiver; uses clone() and casts
the result. |
Methods in cern.colt.map.tlong with parameters of type AbstractLongLongMap | |
---|---|
void |
AbstractLongLongMap.assign(AbstractLongLongMap other)
Clears the receiver, then adds all (key,value) pairs of other values to it. |
Uses of AbstractLongLongMap in cern.colt.matrix.tlong.impl |
---|
Methods in cern.colt.matrix.tlong.impl that return AbstractLongLongMap | |
---|---|
AbstractLongLongMap |
SparseLongMatrix3D.elements()
|
AbstractLongLongMap |
SparseLongMatrix2D.elements()
|
AbstractLongLongMap |
SparseLongMatrix1D.elements()
Returns the elements of this matrix. |
|
Parallel Colt 0.9.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |