Package ucar.ma2

Class ArrayObject.D3

  • Enclosing class:
    ArrayObject

    public static class ArrayObject.D3
    extends ArrayObject
    Concrete implementation of Array specialized for Objects, rank 3.
    • Constructor Detail

      • D3

        public D3​(DataType dtype,
                  Class elemType,
                  boolean isVlen,
                  int len0,
                  int len1,
                  int len2)
        Constructor for array of shape {len0,len1,len2}.
    • Method Detail

      • get

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

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