|
Parallel Colt 0.7.2 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| AbstractIntObjectMap | Abstract base class for hash maps holding (key,value) associations of type (int-->Object). |
| AbstractLongObjectMap | Abstract base class for hash maps holding (key,value) associations of type (long-->Object). |
| OpenIntObjectHashMap | Hash map holding (key,value) associations of type (int-->Object); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing. |
| OpenLongObjectHashMap | Hash map holding (key,value) associations of type (long-->Object); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing. |
Automatically growing and shrinking map holding elements of Object data type.
|
Parallel Colt 0.7.2 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||