Package ucar.ma2

Class ArrayShort.D1

Enclosing class:
ArrayShort

public static class ArrayShort.D1 extends ArrayShort
Concrete implementation of Array specialized for shorts, rank 1.
  • Constructor Details

    • D1

      public D1(int len0, boolean isUnsigned)
  • Method Details

    • get

      public short get(int i)
    • set

      public void set(int i, short value)