| Package | Description | 
|---|---|
| cern.colt.map.tdouble | Automatically growing and shrinking map holding elements of double data type. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | OpenDoubleLongHashMapHash map holding (key,value) associations of type (double-->long);
 Automatically grows and shrinks as needed; Implemented using open addressing
 with double hashing. | 
| Modifier and Type | Method and Description | 
|---|---|
| AbstractDoubleLongMap | AbstractDoubleLongMap. copy()Returns a deep copy of the receiver; uses  clone()and casts
 the result. | 
Jump to the Parallel Colt Homepage