Parallel Colt 0.7.2

Uses of Class
cern.colt.map.tfloat.AbstractLongFloatMap

Packages that use AbstractLongFloatMap
cern.colt.map.tfloat Automatically growing and shrinking map holding elements of float data type. 
cern.colt.matrix.tfloat.impl Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of float data type. 
 

Uses of AbstractLongFloatMap in cern.colt.map.tfloat
 

Subclasses of AbstractLongFloatMap in cern.colt.map.tfloat
 class OpenLongFloatHashMap
          Hash map holding (key,value) associations of type (int-->float); Automatically grows and shrinks as needed; Implemented using open addressing with float hashing.
 

Methods in cern.colt.map.tfloat that return AbstractLongFloatMap
 AbstractLongFloatMap AbstractLongFloatMap.copy()
          Returns a deep copy of the receiver; uses clone() and casts the result.
 

Methods in cern.colt.map.tfloat with parameters of type AbstractLongFloatMap
 void OpenLongFloatHashMap.assign(AbstractLongFloatMap other)
          Clears the receiver, then adds all (key,value) pairs of other values to it.
 void AbstractLongFloatMap.assign(AbstractLongFloatMap other)
          Clears the receiver, then adds all (key,value) pairs of other values to it.
 

Uses of AbstractLongFloatMap in cern.colt.matrix.tfloat.impl
 

Methods in cern.colt.matrix.tfloat.impl that return AbstractLongFloatMap
 AbstractLongFloatMap SparseFloatMatrix3D.elements()
           
 AbstractLongFloatMap SparseFloatMatrix2D.elements()
          Returns the elements of this matrix.
 AbstractLongFloatMap SparseFloatMatrix1D.elements()
          Returns the elements of this matrix.
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage