|
int | NumberOfElements () const |
|
int | NumberOfDeletedElements () const |
|
int | Capacity () const |
|
void | ElementAdded () |
|
void | ElementRemoved () |
|
void | ElementsRemoved (int n) |
|
|
static const int | kNumberOfElementsIndex = 0 |
|
static const int | kNumberOfDeletedElementsIndex = 1 |
|
static const int | kCapacityIndex = 2 |
|
static const int | kPrefixStartIndex = 3 |
|
static const int | kNotFound = -1 |
|
static const int | kMinCapacity = 4 |
|
|
void | SetNumberOfElements (int nof) |
|
void | SetNumberOfDeletedElements (int nod) |
|
Definition at line 66 of file hash-table.h.
The documentation for this class was generated from the following files: