Constructor()

Namespace ›› System ›› MfHashTable ›› Methods ››
Parent Previous Next

Constructor()

Constructor for MfHashTable Class

OutputVar := new MfHashTable()
OutputVar := new MfHashTable(capacity)

Constructor()

Constructs new instance of MfHashTable class.

Constructor(capacity)

Constructs new instance of MfHashTable class setting the initial capacity of the instance.

Parameters

capacity

The initial capacity of the MfHashTable instance.