Uses of Package
cern.colt.map

Packages that use cern.colt.map 
Package Description
cern.colt.map  
org.nuiton.math.matrix
Nuiton matrix api.
  • 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 as int, float, etc. as keys and/or values.
    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 org.nuiton.math.matrix 
    Class Description
    OpenIntDoubleHashMap
    Hash map holding (key,value) associations of type (int-->double); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.