Package ucar.ma2

Class ArrayShort.D3

  • Enclosing class:
    ArrayShort

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

      • D3

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

      • get

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

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