类 ArrayInt.D2

  • 封闭类:
    ArrayInt

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

      • D2

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

      • get

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

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