Package cern.colt.map.tlong
Automatically growing and shrinking map holding elements of long data type.
See: Description
-
Class Summary Class Description AbstractIntLongMap Abstract base class for hash maps holding (key,value) associations of type (int-->long).AbstractLongIntMap Abstract base class for hash maps holding (key,value) associations of type (long-->int).AbstractLongLongMap Abstract base class for hash maps holding (key,value) associations of type (long-->long).OpenIntLongHashMap Hash map holding (key,value) associations of type (int-->long); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.OpenLongIntHashMap Hash map holding (key,value) associations of type (long-->int); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.OpenLongLongHashMap Hash map holding (key,value) associations of type (long-->long); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
Package cern.colt.map.tlong Description
Automatically growing and shrinking map holding elements of long data type.
DMelt 3.0 © DataMelt by jWork.ORG