void setContent(int index, int value) { _data[index * _cellSize + _cellContent] = value; version++; }