set method

void set(
  1. int i
)

Manually sets the marker index

Implementation

void set(int i) {
  _index = i;
}