hdestroy method

void hdestroy()

Destroys the hash table.

Implementation

void hdestroy() {
  _hsearchTable = null;
}