reset method

void reset()

Implementation

void reset() {
  _focusOrder.clear();
  _focusedNode = null;
  _positions.clear();
}