assignId method

void assignId(
  1. Object object
)

Implementation

void assignId(Object object) {
  _objectMap[object] = nextId++;
}