Package ucar.ma2

Class ArrayBoolean.D1

Enclosing class:
ArrayBoolean

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

    • D1

      public D1(int len0)
      Constructor for array of shape {len0}.
  • Method Details

    • get

      public boolean get(int i)
      get the value.
    • set

      public void set(int i, boolean value)
      set the value.