Colt 1.2.0

Uses of Class
cern.colt.map.AbstractIntDoubleMap

Packages that use AbstractIntDoubleMap
cern.colt.map Automatically growing and shrinking maps holding objects or primitive data types such as int, double, etc. 
 

Uses of AbstractIntDoubleMap in cern.colt.map
 

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

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

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


Colt 1.2.0

Jump to the Colt Homepage