#include <HashTable.hpp>
Public Methods | |
HashBucket () | |
HashBucket (const _Key &k, HashBucket< _Key, _Value > *n) | |
HashBucket (const _Key &k, const _Value &v, HashBucket< _Key, _Value > *n) | |
~HashBucket () | |
bool | empty () |
void | setEmpty () |
Public Attributes | |
_Key | key |
_Value | value |
HashBucket< _Key, _Value > * | next |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|