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