clear method

void clear()

Clear all keys

Implementation

void clear() {
  _keys.clear();
}