reset method

void reset()

Implementation

void reset() {
  _objectMap.clear();
  _nextId = 0;
}