clear method

void clear()

Implementation

void clear() {
  _start = null;
  _end = null;
  _endFixed = false;
}