Package cern.colt.map.tdouble
Automatically growing and shrinking map holding elements of double data type.
See: Description
-
Class Summary Class Description AbstractDoubleIntMap Abstract base class for hash maps holding (key,value) associations of type (double-->int).AbstractDoubleLongMap Abstract base class for hash maps holding (key,value) associations of type (double-->long).AbstractIntDoubleMap Abstract base class for hash maps holding (key,value) associations of type (int-->double).AbstractLongDoubleMap Abstract base class for hash maps holding (key,value) associations of type (int-->double).OpenDoubleIntHashMap Hash map holding (key,value) associations of type (double-->int); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.OpenDoubleLongHashMap Hash map holding (key,value) associations of type (double-->long); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.OpenIntDoubleHashMap Hash map holding (key,value) associations of type (int-->double); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.OpenLongDoubleHashMap Hash map holding (key,value) associations of type (int-->double); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
Package cern.colt.map.tdouble Description
Automatically growing and shrinking map holding elements of double data type.
DMelt 3.0 © DataMelt by jWork.ORG