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