getContent method

int getContent(
  1. int index
)

Implementation

int getContent(int index) {
  return _data[index * _cellSize + _cellContent];
}