类 ArrayInt.D3

  • 封闭类:
    ArrayInt

    public static class ArrayInt.D3
    extends ArrayInt
    Concrete implementation of Array specialized for ints, rank 3.
    • 构造器详细资料

      • D3

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

      • get

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

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