Uses of Class
cern.colt.map.AbstractIntDoubleMap
Packages that use AbstractIntDoubleMap
-
Uses of AbstractIntDoubleMap in cern.colt.map
Subclasses of AbstractIntDoubleMap in cern.colt.mapModifier and TypeClassDescriptionclassHash 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 AbstractIntDoubleMapModifier and TypeMethodDescriptionAbstractIntDoubleMap.copy()Returns a deep copy of the receiver; usesclone()and casts the result.Methods in cern.colt.map with parameters of type AbstractIntDoubleMapModifier and TypeMethodDescriptionvoidAbstractIntDoubleMap.assign(AbstractIntDoubleMap other) Clears the receiver, then adds all (key,value) pairs ofothervalues to it.voidOpenIntDoubleHashMap.assign(AbstractIntDoubleMap other) Clears the receiver, then adds all (key,value) pairs ofothervalues to it.