Interface CharMatrix2D

    • Method Detail

      • getChar

        char getChar​(long row,
                     long column)
      • setChar

        void setChar​(char value,
                     long row,
                     long column)
      • getChar

        char getChar​(int row,
                     int column)
      • setChar

        void setChar​(char value,
                     int row,
                     int column)