类 ArrayShort.D3

  • 封闭类:
    ArrayShort

    public static class ArrayShort.D3
    extends ArrayShort
    Concrete implementation of Array specialized for shorts, rank 3.
    • 构造器详细资料

      • D3

        public D3​(int len0,
                  int len1,
                  int len2,
                  boolean isUnsigned)
    • 方法详细资料

      • get

        public short get​(int i,
                         int j,
                         int k)
      • set

        public void set​(int i,
                        int j,
                        int k,
                        short value)