Uses of Class
cern.colt.map.AbstractIntObjectMap
Packages that use AbstractIntObjectMap
-
Uses of AbstractIntObjectMap in cern.colt.map
Subclasses of AbstractIntObjectMap in cern.colt.mapModifier and TypeClassDescriptionclassHash 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 AbstractIntObjectMapModifier and TypeMethodDescriptionAbstractIntObjectMap.copy()Returns a deep copy of the receiver; usesclone()and casts the result.