set abstract method

void set(
  1. int x,
  2. int y,
  3. T cell
)

Sets the cell at the given x and y coordinates to cell.

Throws if the coordinates are out of bounds.

Implementation

void set(int x, int y, T cell);