类 ArrayLong.D1

  • 封闭类:
    ArrayLong

    public static class ArrayLong.D1
    extends ArrayLong
    Concrete implementation of Array specialized for longs, rank 1.
    • 构造器详细资料

      • D1

        public D1​(int len0)
        Constructor for array of shape {len0}.
    • 方法详细资料

      • get

        public long get​(int i)
        get the value.
      • set

        public void set​(int i,
                        long value)
        set the value.