Class CellIndexParser.CellIndex

  • Enclosing class:
    CellIndexParser

    public static class CellIndexParser.CellIndex
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CellIndex​(int colIndex, int rowIndex)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getColNum()  
      int getRowNum()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CellIndex

        public CellIndex​(int colIndex,
                         int rowIndex)
    • Method Detail

      • getColNum

        public int getColNum()
      • getRowNum

        public int getRowNum()