| 
 | Colt 1.2.0 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AbstractMap | |
| cern.colt.map | Automatically growing and shrinking maps holding objects or primitive data types such as int, double, etc. | 
| Uses of AbstractMap in cern.colt.map | 
| Subclasses of AbstractMap in cern.colt.map | |
|  class | AbstractDoubleIntMapAbstract base class for hash maps holding (key,value) associations of type (double-->int). | 
|  class | AbstractIntDoubleMapAbstract base class for hash maps holding (key,value) associations of type (int-->double). | 
|  class | AbstractIntIntMapAbstract base class for hash maps holding (key,value) associations of type (int-->int). | 
|  class | AbstractIntObjectMapAbstract base class for hash maps holding (key,value) associations of type (int-->Object). | 
|  class | AbstractLongObjectMapAbstract base class for hash maps holding (key,value) associations of type (long-->Object). | 
|  class | OpenDoubleIntHashMapHash map holding (key,value) associations of type (double-->int); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing. | 
|  class | OpenIntDoubleHashMapHash map holding (key,value) associations of type (int-->double); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing. | 
|  class | OpenIntIntHashMapHash map holding (key,value) associations of type (int-->int); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing. | 
|  class | OpenIntObjectHashMapHash map holding (key,value) associations of type (int-->Object); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing. | 
|  class | OpenLongObjectHashMapHash map holding (key,value) associations of type (long-->Object); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing. | 
| 
 | Colt 1.2.0 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||