Uses of Class
cern.colt.map.AbstractIntDoubleMap
| Package | Description |
|---|---|
| cern.colt.map |
-
Uses of AbstractIntDoubleMap in cern.colt.map
Subclasses of AbstractIntDoubleMap in cern.colt.map Modifier and Type Class Description classOpenIntDoubleHashMapHash 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 AbstractIntDoubleMap Modifier and Type Method Description AbstractIntDoubleMapAbstractIntDoubleMap. copy()Returns a deep copy of the receiver; usesclone()and casts the result.Methods in cern.colt.map with parameters of type AbstractIntDoubleMap Modifier and Type Method Description voidAbstractIntDoubleMap. 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.