clear method

void clear()

Implementation

void clear() {
  queue.clear();
  charLength = 0;
  startCursor = 0;
  endCursor = 0;
}