Interface IntMatrix2D

    • Method Detail

      • getInt

        int getInt​(long row,
                   long column)
      • setInt

        void setInt​(int value,
                    long row,
                    long column)
      • getInt

        int getInt​(int row,
                   int column)
      • setInt

        void setInt​(int value,
                    int row,
                    int column)