Uses of Package
cern.colt.map
Packages that use cern.colt.map
Package
Description
Automatically growing and shrinking maps holding objects or primitive
data types such as int, double, etc.
Matrix implementations; You normally need not look at this package, because all concrete classes implement the abstract interfaces of
cern.colt.matrix
, without subsetting or supersetting.Multisets (bags) with efficient statistics operations defined upon; This package
requires the Colt distribution.
-
Classes in cern.colt.map used by cern.colt.mapClassDescriptionAbstract base class for hash maps holding (key,value) associations of type (double-->int).Abstract base class for hash maps holding (key,value) associations of type (int-->double).Abstract base class for hash maps holding (key,value) associations of type (int-->int).Abstract base class for hash maps holding (key,value) associations of type (int-->Object).Abstract base class for hash maps holding (key,value) associations of type (long-->Object).Abstract base class for hash maps holding objects or primitive data types such as
int
,float
, etc.Hash map holding (key,value) associations of type (int-->int); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing. -
Classes in cern.colt.map used by cern.colt.matrix.implClassDescriptionAbstract base class for hash maps holding (key,value) associations of type (int-->double).Abstract base class for hash maps holding (key,value) associations of type (int-->Object).
-
Classes in cern.colt.map used by hep.aida.binClassDescriptionAbstract base class for hash maps holding (key,value) associations of type (double-->int).