grid property

List<List<Cell>> grid
final

Row-major grid. 0 is top-left.

Implementation

final List<List<Cell>> grid;