nextId static method

int nextId()

Implementation

static int nextId(){
  return Sequence._nextId++;
}