Constructor for MfHashTable Class
OutputVar := new MfHashTable()
OutputVar := new MfHashTable(capacity)
Constructs new instance of MfHashTable class.
Constructs new instance of MfHashTable class setting the initial capacity of the instance.
capacity
The initial capacity of the MfHashTable instance.