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