Parallel Colt 0.7.2

Uses of Class
cern.colt.map.tint.AbstractIntIntMap

Packages that use AbstractIntIntMap
cern.colt.map.tint Automatically growing and shrinking map holding elements of int 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. 
 

Uses of AbstractIntIntMap in cern.colt.map.tint
 

Subclasses of AbstractIntIntMap in cern.colt.map.tint
 class OpenIntIntHashMap
          Hash map holding (key,value) associations of type (int-->int); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
 class QuickOpenIntIntHashMap
          Status: Experimental; Do not use for production yet.
 

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

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

Uses of AbstractIntIntMap in cern.colt.matrix.tint.impl
 

Methods in cern.colt.matrix.tint.impl that return AbstractIntIntMap
 AbstractIntIntMap SparseIntMatrix3D.elements()
           
 AbstractIntIntMap SparseIntMatrix2D.elements()
          Returns the elements of this matrix.
 AbstractIntIntMap SparseIntMatrix1D.elements()
          Returns the elements of this matrix.
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage