Hashmap structure. More...
#include <hashmap.h>
Hashmap structure.
Contains an array of Entry pointer nodes with a fixed size
Definition at line 26 of file hashmap.h.
Array of entry pointers
Definition at line 27 of file hashmap.h.
Fixed size of the hash table
Definition at line 28 of file hashmap.h.