Package cern.colt.map.tfloat
Automatically growing and shrinking map holding elements of float data type.
See: Description
-
Class Summary Class Description AbstractFloatIntMap Abstract base class for hash maps holding (key,value) associations of type (float-->int).AbstractFloatLongMap Abstract base class for hash maps holding (key,value) associations of type (float-->long).AbstractIntFloatMap Abstract base class for hash maps holding (key,value) associations of type (int-->float).AbstractLongFloatMap Abstract base class for hash maps holding (key,value) associations of type (int-->float).OpenFloatIntHashMap Hash map holding (key,value) associations of type (float-->int); Automatically grows and shrinks as needed; Implemented using open addressing with float hashing.OpenFloatLongHashMap Hash map holding (key,value) associations of type (float-->long); Automatically grows and shrinks as needed; Implemented using open addressing with float hashing.OpenIntFloatHashMap Hash map holding (key,value) associations of type (int-->float); Automatically grows and shrinks as needed; Implemented using open addressing with float hashing.OpenLongFloatHashMap Hash map holding (key,value) associations of type (int-->float); Automatically grows and shrinks as needed; Implemented using open addressing with float hashing.
Package cern.colt.map.tfloat Description
Automatically growing and shrinking map holding elements of float data type.
DMelt 3.0 © DataMelt by jWork.ORG