Package ucar.ma2

Class ArrayInt.D2

Enclosing class:
ArrayInt

public static class ArrayInt.D2 extends ArrayInt
Concrete implementation of Array specialized for ints, rank 2.
  • Constructor Details

    • D2

      public D2(int len0, int len1, boolean isUnsigned)
  • Method Details

    • get

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

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