Uses of Class
cern.colt.map.AbstractLongObjectMap
| Package | Description |
|---|---|
| cern.colt.map |
-
Uses of AbstractLongObjectMap in cern.colt.map
Subclasses of AbstractLongObjectMap in cern.colt.map Modifier and Type Class Description classOpenLongObjectHashMap<T>Hash map holding (key,value) associations of type(long-->Object); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.Methods in cern.colt.map that return AbstractLongObjectMap Modifier and Type Method Description AbstractLongObjectMapAbstractLongObjectMap. copy()Returns a deep copy of the receiver; usesclone()and casts the result.