Parallel Colt 0.9.4

Uses of Class
cern.colt.map.tlong.AbstractIntLongMap

Packages that use AbstractIntLongMap
cern.colt.map.tlong Automatically growing and shrinking map holding elements of long data type. 
 

Uses of AbstractIntLongMap in cern.colt.map.tlong
 

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

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

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


Parallel Colt 0.9.4

Jump to the Parallel Colt Homepage