Interface LongMatrix2D

    • Method Detail

      • getLong

        long getLong​(long row,
                     long column)
      • setLong

        void setLong​(long value,
                     long row,
                     long column)
      • getLong

        long getLong​(int row,
                     int column)
      • setLong

        void setLong​(long value,
                     int row,
                     int column)