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