Package ucar.ma2

Class ArrayInt.D5

  • Enclosing class:
    ArrayInt

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

      • D5

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

      • get

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

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