get abstract method

T get(
  1. int x,
  2. int y
)

Returns the cell at the given x and y coordinates.

Throws if the coordinates are out of bounds.

Implementation

T get(int x, int y);