mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2025-02-16 23:20:22 +00:00
ArkTs API LightWeightSet Equal Deprecated
Issue: https://gitee.com/openharmony/interface_sdk-js/issues/IAJGK1 Signed-off-by: yaoyuan <yuanyao14@huawei.com> Change-Id: I45f582620ee93e6cee291566e2fa026208cf0034
This commit is contained in:
parent
eda05d61f1
commit
17c1bf64be
12
api/@ohos.util.LightWeightSet.d.ts
vendored
12
api/@ohos.util.LightWeightSet.d.ts
vendored
@ -250,17 +250,7 @@ declare class LightWeightSet<T> {
|
||||
* @syscap SystemCapability.Utils.Lang
|
||||
* @crossplatform
|
||||
* @since 10
|
||||
*/
|
||||
/**
|
||||
* Checks whether an the objects of an LightWeighSet container are of the same type as a specified Object LightWeightSet
|
||||
*
|
||||
* @param { Object } obj - obj obj need to determine whether to include the obj
|
||||
* @returns { boolean } the boolean type
|
||||
* @throws { BusinessError } 10200011 - The equal method cannot be bound.
|
||||
* @syscap SystemCapability.Utils.Lang
|
||||
* @crossplatform
|
||||
* @atomicservice
|
||||
* @since 12
|
||||
* @deprecated since 12
|
||||
*/
|
||||
equal(obj: Object): boolean;
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user