Interface WritableShortVector

    • Method Detail

      • setShort

        void setShort​(int rowId,
                      short value)
        Set short at rowId with the provided value.
      • fill

        void fill​(short value)
        Fill the column vector with the provided value.