reset method

void reset()

reset() sets the value to the first entry.

Implementation

void reset() {
  _index = 1;
}