Uses of Class
cern.colt.map.AbstractIntIntMap
Packages that use AbstractIntIntMap
Package
Description
Automatically growing and shrinking maps holding objects or primitive
data types such as int, double, etc.
-
Uses of AbstractIntIntMap in cern.colt.map
Subclasses of AbstractIntIntMap in cern.colt.mapModifier and TypeClassDescriptionclass
Hash map holding (key,value) associations of type (int-->int); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.(package private) class
Status: Experimental; Do not use for production yet.Methods in cern.colt.map that return AbstractIntIntMapModifier and TypeMethodDescriptionAbstractIntIntMap.copy()
Returns a deep copy of the receiver; usesclone()
and casts the result.