#include <Map.hpp>
Public Member Functions | |
Map () | |
~Map () | |
bool | find (Key key, Val &value) |
void | insert (Key key, Val value) |
Private Member Functions | |
void | expand () |
Entry * | findEntry (Key) |
Private Attributes | |
int * | _lengthPointer |
int | _length |
int | _noOfEntries |
Entry * | _entries |
Entry * | _afterLast |
int | _maxEntries |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|