Parallel Colt 0.7.2

Uses of Class
cern.colt.map.tobject.AbstractIntObjectMap

Packages that use AbstractIntObjectMap
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. 
 

Uses of AbstractIntObjectMap in cern.colt.map.tobject
 

Subclasses of AbstractIntObjectMap in cern.colt.map.tobject
 class OpenIntObjectHashMap
          Hash map holding (key,value) associations of type (int-->Object); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
 

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

Uses of AbstractIntObjectMap in cern.colt.matrix.tobject.impl
 

Methods in cern.colt.matrix.tobject.impl that return AbstractIntObjectMap
 AbstractIntObjectMap SparseObjectMatrix3D.elements()
          Returns the elements of this matrix.
 AbstractIntObjectMap SparseObjectMatrix2D.elements()
          Returns the elements of this matrix.
 AbstractIntObjectMap SparseObjectMatrix1D.elements()
          Returns the elements of this matrix.
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage