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 Detail

      • D1

        public D1​(int len0,
                  boolean isUnsigned)
    • Method Detail

      • get

        public short get​(int i)
      • set

        public void set​(int i,
                        short value)