Package ucar.ma2

Class ArrayChar.D2

All Implemented Interfaces:
Iterable<String>
Enclosing class:
ArrayChar

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

    • D2

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

    • get

      public char get(int i, int j)
      get the value.
    • set

      public void set(int i, int j, char value)
      set the value.