Uses of Class
cern.colt.map.AbstractMap
Packages that use AbstractMap
Package
Description
Automatically growing and shrinking maps holding objects or primitive
data types such as int, double, etc.
-
Uses of AbstractMap in cern.colt.map
Subclasses of AbstractMap in cern.colt.mapModifier and TypeClassDescriptionclassAbstract base class for hash maps holding (key,value) associations of type (double-->int).classAbstract base class for hash maps holding (key,value) associations of type (int-->double).classAbstract base class for hash maps holding (key,value) associations of type (int-->int).classAbstract base class for hash maps holding (key,value) associations of type (int-->Object).classAbstract base class for hash maps holding (key,value) associations of type (long-->Object).classHash map holding (key,value) associations of type (double-->int); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.classHash map holding (key,value) associations of type (int-->double); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.classHash map holding (key,value) associations of type (int-->int); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.classHash map holding (key,value) associations of type (int-->Object); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.classHash map holding (key,value) associations of type (long-->Object); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.(package private) classStatus: Experimental; Do not use for production yet.