clear method

void clear()

Implementation

void clear() {
  azMap.clear();
  azList.clear();
  okList.clear();
  _unread = 0;
}