Uses of Class
cern.colt.map.AbstractDoubleIntMap
| Package | Description |
|---|---|
| cern.colt.map |
-
Uses of AbstractDoubleIntMap in cern.colt.map
Subclasses of AbstractDoubleIntMap in cern.colt.map Modifier and Type Class Description classOpenDoubleIntHashMapHash 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 AbstractDoubleIntMapAbstractDoubleIntMap. copy()Returns a deep copy of the receiver; usesclone()and casts the result.