reset method

void reset()

Implementation

void reset() {
  length = 0;
  alphaColumns = 0;
}