Package ucar.ma2

Class ArrayObject.D2

Enclosing class:
ArrayObject

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

    • D2

      public D2(DataType dtype, Class elemType, boolean isVlen, int len0, int len1)
      Constructor for array of shape {len0,len1}.
  • Method Details

    • get

      public Object get(int i, int j)
      get the value.
    • set

      public void set(int i, int j, Object value)
      set the value.