Uses of Package
cern.colt.map
-
Packages that use cern.colt.map Package Description cern.colt.map Automatically growing and shrinking maps holding objects or primitive data types such as int, double, etc.cern.colt.matrix.impl Matrix implementations; You normally need not look at this package, because all concrete classes implement the abstract interfaces ofcern.colt.matrix
, without subsetting or supersetting.hep.aida.bin Multisets (bags) with efficient statistics operations defined upon; This package requires the Colt distribution. -
Classes in cern.colt.map used by cern.colt.map Class Description AbstractDoubleIntMap Abstract base class for hash maps holding (key,value) associations of type (double-->int).AbstractIntDoubleMap Abstract base class for hash maps holding (key,value) associations of type (int-->double).AbstractIntIntMap Abstract base class for hash maps holding (key,value) associations of type (int-->int).AbstractIntObjectMap Abstract base class for hash maps holding (key,value) associations of type (int-->Object).AbstractLongObjectMap Abstract base class for hash maps holding (key,value) associations of type (long-->Object).AbstractMap Abstract base class for hash maps holding objects or primitive data types such asint
,float
, etc.OpenIntIntHashMap 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.impl Class Description AbstractIntDoubleMap Abstract base class for hash maps holding (key,value) associations of type (int-->double).AbstractIntObjectMap Abstract base class for hash maps holding (key,value) associations of type (int-->Object). -
Classes in cern.colt.map used by hep.aida.bin Class Description AbstractDoubleIntMap Abstract base class for hash maps holding (key,value) associations of type (double-->int).