Package ucar.ma2

Class ArrayInt.D6

  • Enclosing class:
    ArrayInt

    public static class ArrayInt.D6
    extends ArrayInt
    Concrete implementation of Array specialized for ints, rank 6.
    • Constructor Detail

      • D6

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

      • get

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

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