Package ucar.ma2

Class ArrayByte.D2

  • Enclosing class:
    ArrayByte

    public static class ArrayByte.D2
    extends ArrayByte
    Concrete implementation of Array specialized for byte, rank 2.
    • Constructor Detail

      • D2

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

      • get

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

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