Package ucar.ma2

Class ArrayInt.D1

Enclosing class:
ArrayInt

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

    • D1

      public D1(int len0, boolean isUnsigned)
  • Method Details

    • get

      public int get(int i)
    • set

      public void set(int i, int value)