clear method

void clear()

Remove all entries in the lookup table.

Implementation

void clear() => _table.clear();