clear method

void clear()

Implementation

void clear() {
  keyItemMap.clear();
  tagKeyMap.clear();
}