类 ArrayByte.D4

  • 封闭类:
    ArrayByte

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

      • D4

        public D4​(int len0,
                  int len1,
                  int len2,
                  int len3)
    • 方法详细资料

      • get

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

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