提交 2f14a7b5 编写于 作者: W wusongqing

updated plainarray api

Signed-off-by: Nwusongqing <wusongqing@huawei.com>
上级 484128ba
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
import PlainArray from '@ohos.util.PlainArray' import PlainArray from '@ohos.util.PlainArray'
``` ```
## System Capabilities ## System Capability
SystemCapability.Utils.Lang SystemCapability.Utils.Lang
...@@ -432,7 +432,7 @@ callbackfn ...@@ -432,7 +432,7 @@ callbackfn
| -------- | -------- | -------- | -------- | | -------- | -------- | -------- | -------- |
| value | T | Yes| Value of the entry that is currently traversed.| | value | T | Yes| Value of the entry that is currently traversed.|
| key | number | Yes| Key of the entry that is currently traversed.| | key | number | Yes| Key of the entry that is currently traversed.|
| plainArray | PlainArray<number, T> | No| Instance that invokes the **forEach** method.| | plainArray | PlainArray<number, T> | No| Instance that invokes the **forEach** API.|
**Example** **Example**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册