Class MatrixValue.CellIndex

  • Enclosing class:
    MatrixValue

    public static class MatrixValue.CellIndex
    extends Object
    • Field Detail

      • row

        public int row
      • column

        public int column
    • Constructor Detail

      • CellIndex

        public CellIndex​(int r,
                         int c)
    • Method Detail

      • hashCode

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

        public void set​(int r,
                        int c)