|
Parallel Colt 0.9.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractIntObjectMap | |
---|---|
cern.colt.map.tobject | Automatically growing and shrinking map holding elements of Object data type. |
Uses of AbstractIntObjectMap in cern.colt.map.tobject |
---|
Subclasses of AbstractIntObjectMap in cern.colt.map.tobject | |
---|---|
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. |
Methods in cern.colt.map.tobject that return AbstractIntObjectMap | |
---|---|
AbstractIntObjectMap |
AbstractIntObjectMap.copy()
Returns a deep copy of the receiver; uses clone() and casts
the result. |
|
Parallel Colt 0.9.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |