类 ArrayByte.D2

  • 封闭类:
    ArrayByte

    public static class ArrayByte.D2
    extends ArrayByte
    Concrete implementation of Array specialized for byte, rank 2.
    • 构造器详细资料

      • D2

        public D2​(int len0,
                  int len1,
                  boolean isUnsigned)
    • 方法详细资料

      • get

        public byte get​(int i,
                        int j)
      • set

        public void set​(int i,
                        int j,
                        byte value)