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