Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Cern.colt.map Classes and Interfaces - 14 results found.
NameDescriptionTypePackageFramework
AbstractDoubleIntMapAbstract base class for hash maps holding (key,value) associations of type (double-->int).Classcern.colt.mapColt
AbstractIntDoubleMapAbstract base class for hash maps holding (key,value) associations of type (int-->double).Classcern.colt.mapColt
AbstractIntIntMapAbstract base class for hash maps holding (key,value) associations of type (int-->int).Classcern.colt.mapColt
AbstractIntObjectMapAbstract base class for hash maps holding (key,value) associations of type (int-->Object).Classcern.colt.mapColt
AbstractLongObjectMapAbstract base class for hash maps holding (key,value) associations of type (long-->Object).Classcern.colt.mapColt
AbstractMapAbstract base class for hash maps holding objects or primitive data types such as int, float, etc.Classcern.colt.mapColt
BenchmarkBenchmarks the classes of this package.Classcern.colt.mapColt
HashFunctionsProvides various hash functions.Classcern.colt.mapColt
OpenDoubleIntHashMapHash map holding (key,value) associations of type (double-->int); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.Classcern.colt.mapColt
OpenIntDoubleHashMapHash map holding (key,value) associations of type (int-->double); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.Classcern.colt.mapColt
OpenIntIntHashMapHash map holding (key,value) associations of type (int-->int); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.Classcern.colt.mapColt
OpenIntObjectHashMapHash map holding (key,value) associations of type (int-->Object); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.Classcern.colt.mapColt
OpenLongObjectHashMapHash map holding (key,value) associations of type (long-->Object); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.Classcern.colt.mapColt
PrimeFinderNot of interest for users; only for implementors of hashtables.Classcern.colt.mapColt