类 ArrayObject.D0

  • 封闭类:
    ArrayObject

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

      • D0

        public D0​(DataType dtype,
                  Class classType,
                  boolean isVLen)
        Constructor.
    • 方法详细资料

      • get

        public Object get()
        get the value.
      • set

        public void set​(Object value)
        set the value.