Uses of Class
cern.colt.map.AbstractDoubleIntMap
-
Packages that use AbstractDoubleIntMap Package Description cern.colt.map Automatically growing and shrinking maps holding objects or primitive data types such as int, double, etc.hep.aida.bin Multisets (bags) with efficient statistics operations defined upon; This package requires the Colt distribution. -
-
Uses of AbstractDoubleIntMap in cern.colt.map
Subclasses of AbstractDoubleIntMap in cern.colt.map Modifier and Type Class Description class
OpenDoubleIntHashMap
Hash map holding (key,value) associations of type (double-->int); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.Methods in cern.colt.map that return AbstractDoubleIntMap Modifier and Type Method Description AbstractDoubleIntMap
AbstractDoubleIntMap. copy()
Returns a deep copy of the receiver; usesclone()
and casts the result. -
Uses of AbstractDoubleIntMap in hep.aida.bin
Methods in hep.aida.bin that return AbstractDoubleIntMap Modifier and Type Method Description private AbstractDoubleIntMap
DynamicBin1D. frequencyMap()
Returns a map holding the frequency distribution, that is, (distintElement,frequency) pairs.
-