Package ucar.ma2

Class ArrayObject.D0

Enclosing class:
ArrayObject

public static class ArrayObject.D0 extends ArrayObject
Concrete implementation of Array specialized for Objects, rank 0.
  • Constructor Details

    • D0

      public D0(DataType dtype, Class elemType, boolean isVlen)
      Constructor.
  • Method Details

    • get

      public Object get()
      get the value.
    • set

      public void set(Object value)
      set the value.