Colt 1.2.0

Uses of Class
cern.colt.map.AbstractIntObjectMap

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

Uses of AbstractIntObjectMap in cern.colt.map
 

Subclasses of AbstractIntObjectMap in cern.colt.map
 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 that return AbstractIntObjectMap
 AbstractIntObjectMap AbstractIntObjectMap.copy()
          Returns a deep copy of the receiver; uses clone() and casts the result.
 


Colt 1.2.0

Jump to the Colt Homepage