类 ArrayChar.D1

  • 封闭类:
    ArrayChar

    public static class ArrayChar.D1
    extends ArrayChar
    Concrete implementation of Array specialized for char, rank 1.
    • 构造器详细资料

      • D1

        public D1​(int len0)
        Constructor for array of shape {len0}.
    • 方法详细资料

      • get

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

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