类 ArrayObject.D1

  • 封闭类:
    ArrayObject

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

      • D1

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

      • get

        public java.lang.Object get​(int i)
        get the value.
      • set

        public void set​(int i,
                        java.lang.Object value)
        set the value.