Uses of Class
cern.colt.map.AbstractIntIntMap
| Package | Description |
|---|---|
| cern.colt.map |
-
Uses of AbstractIntIntMap in cern.colt.map
Subclasses of AbstractIntIntMap in cern.colt.map Modifier and Type Class Description classOpenIntIntHashMapHash map holding (key,value) associations of type(int-->int); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.classQuickOpenIntIntHashMapStatus: Experimental; Do not use for production yet.Methods in cern.colt.map that return AbstractIntIntMap Modifier and Type Method Description AbstractIntIntMapAbstractIntIntMap. copy()Returns a deep copy of the receiver; usesclone()and casts the result.