Class CeresSolver2.indexRowColItem

  • Enclosing class:
    CeresSolver2

    private class CeresSolver2.indexRowColItem
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int col  
      private int index  
      private int row  
    • Constructor Summary

      Constructors 
      Constructor Description
      indexRowColItem​(int index, int row, int col)  
    • Method Summary

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

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

      • index

        private int index
      • row

        private int row
      • col

        private int col
    • Constructor Detail

      • indexRowColItem

        public indexRowColItem​(int index,
                               int row,
                               int col)
    • Method Detail

      • getIndex

        public int getIndex()
      • getRow

        public int getRow()
      • getCol

        public int getCol()