Package ucar.ma2

Class ArrayInt.D3

  • Enclosing class:
    ArrayInt

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

      • D3

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

      • get

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

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