mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2025-04-07 14:41:58 +00:00
cherry pick 233c00d from https://gitee.com/littlehjg/interface_sdk-js/pulls/13969
修改关于BitVector has方法取值范围的描述 Signed-off-by: tangbin <2387440390@qq.com>
This commit is contained in:
parent
6f94f65c99
commit
b38b0fee4e
@ -5480,7 +5480,7 @@ declare namespace collections {
|
||||
*
|
||||
* @param { number } element - Element to be contained (0 means 0, else means 1).
|
||||
* @param { number } fromIndex - The starting position of the index, containing the value at that index position.
|
||||
* @param { number } toIndex - The end of the index, excluding the value at that index.
|
||||
* @param { number } toIndex - The end of the index, containing the value at that index.
|
||||
* @returns { boolean } The boolean type, if bit vector contains the specified element, return true,
|
||||
else return false.
|
||||
* @throws { BusinessError } 401 - Parameter error. Possible causes:
|
||||
|
Loading…
x
Reference in New Issue
Block a user