| Class | Description |
|---|---|
| AbstractIntIntMap |
Abstract base class for hash maps holding (key,value) associations of type (int-->int).
|
| 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).
|
| AbstractMap |
Abstract base class for hash maps holding objects or primitive data types such as
int, float, etc. |
| HashFunctions |
Provides various hash functions.
|
| OpenIntIntHashMap |
Hash map holding (key,value) associations of type (int-->int); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
|
| 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.
|
| PrimeFinder |
Not of interest for users; only for implementors of hashtables.
|
Copyright © 2019 TomTom International B.V.. All rights reserved.