Package ucar.ma2

Class ArrayLong.D1

  • Enclosing class:
    ArrayLong

    public static class ArrayLong.D1
    extends ArrayLong
    Concrete implementation of Array specialized for longs, rank 1.
    • Constructor Detail

      • D1

        public D1​(int len0,
                  boolean isUnsigned)
        Constructor for array of shape {len0}.
    • Method Detail

      • get

        public long get​(int i)
        get the value.
      • set

        public void set​(int i,
                        long value)
        set the value.