Package ucar.ma2

Class ArrayShort.D7

  • Enclosing class:
    ArrayShort

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

      • D7

        public D7​(int len0,
                  int len1,
                  int len2,
                  int len3,
                  int len4,
                  int len5,
                  int len6,
                  boolean isUnsigned)
    • Method Detail

      • get

        public short get​(int i,
                         int j,
                         int k,
                         int l,
                         int m,
                         int n,
                         int o)
      • set

        public void set​(int i,
                        int j,
                        int k,
                        int l,
                        int m,
                        int n,
                        int o,
                        short value)