Package ucar.ma2

Class ArrayShort.D2

  • Enclosing class:
    ArrayShort

    public static class ArrayShort.D2
    extends ArrayShort
    Concrete implementation of Array specialized for shorts, rank 2.
    • Constructor Detail

      • D2

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

      • get

        public short get​(int i,
                         int j)
      • set

        public void set​(int i,
                        int j,
                        short value)