|
Parallel Colt 0.9.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractIntIntMap | |
---|---|
cern.colt.map.tint | Automatically growing and shrinking map holding elements of int data type. |
Uses of AbstractIntIntMap in cern.colt.map.tint |
---|
Subclasses of AbstractIntIntMap in cern.colt.map.tint | |
---|---|
class |
OpenIntIntHashMap
Hash map holding (key,value) associations of type (int-->int); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing. |
class |
QuickOpenIntIntHashMap
Status: Experimental; Do not use for production yet. |
Methods in cern.colt.map.tint that return AbstractIntIntMap | |
---|---|
AbstractIntIntMap |
AbstractIntIntMap.copy()
Returns a deep copy of the receiver; uses clone() and casts
the result. |
Methods in cern.colt.map.tint with parameters of type AbstractIntIntMap | |
---|---|
void |
AbstractIntIntMap.assign(AbstractIntIntMap other)
Clears the receiver, then adds all (key,value) pairs of other values to it. |
|
Parallel Colt 0.9.4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |