Uses of Class
cern.colt.map.AbstractLongDoubleMap
Packages that use AbstractLongDoubleMap
-
Uses of AbstractLongDoubleMap in cern.colt.map
Subclasses of AbstractLongDoubleMap in cern.colt.mapModifier and TypeClassDescriptionclassAjouté par Code Lutin le 8 décembre 2022 Hash map holding (key,value) associations of type(long-->double); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.Methods in cern.colt.map that return AbstractLongDoubleMapModifier and TypeMethodDescriptionAbstractLongDoubleMap.copy()Returns a deep copy of the receiver; usesclone()and casts the result.Methods in cern.colt.map with parameters of type AbstractLongDoubleMapModifier and TypeMethodDescriptionvoidAbstractLongDoubleMap.assign(AbstractLongDoubleMap other) Clears the receiver, then adds all (key,value) pairs ofothervalues to it.voidOpenLongDoubleHashMap.assign(AbstractLongDoubleMap other) Clears the receiver, then adds all (key,value) pairs ofothervalues to it.