Package io.keikai.api
Class CellRef
- java.lang.Object
-
- io.keikai.api.CellRef
-
- All Implemented Interfaces:
Serializable
public class CellRef extends Object implements Serializable
A class that represents a cell position with 2 value : row and column- Since:
- 3.0.0
- Author:
- Dennis.Chen
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
asString()
boolean
equals(Object obj)
int
getColumn()
int
getRow()
int
hashCode()
-