Package io.keikai.api
Class CellRef
java.lang.Object
io.keikai.api.CellRef
- All Implemented Interfaces:
Serializable
A class that represents a cell position with 2 value : row and column
- Since:
- 3.0.0
- Author:
- Dennis.Chen
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CellRef
public CellRef() -
CellRef
public CellRef(int row, int column)
-
-
Method Details