Package io.keikai.api

Class 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
    • Constructor Detail

      • CellRef

        public CellRef()
      • CellRef

        public CellRef​(int row,
                       int column)
    • Method Detail

      • getRow

        public int getRow()
      • getColumn

        public int getColumn()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • asString

        public String asString()
        Returns:
        reference string, e.x A1