Uses of Class
org.todo.gameOfLife.CellMatrix.Cell
-
Uses of CellMatrix.Cell in org.todo.gameOfLife
Fields in org.todo.gameOfLife declared as CellMatrix.Cell Modifier and Type Field Description private CellMatrix.Cell[][]
CellMatrix. matrix
Methods in org.todo.gameOfLife that return CellMatrix.Cell Modifier and Type Method Description CellMatrix.Cell
CellMatrix.Cell. clone()
CellMatrix.Cell
CellMatrix. get(int i, int j)