void cellSetContent(int index, int content) { _cells.setInt32(index * _cellSize + _cellContent, content); }