Interface ByteMatrix2D

    • Method Detail

      • getByte

        byte getByte​(long row,
                     long column)
      • setByte

        void setByte​(byte value,
                     long row,
                     long column)
      • getByte

        byte getByte​(int row,
                     int column)
      • setByte

        void setByte​(byte value,
                     int row,
                     int column)