未验证 提交 3d94b0df 编写于 作者: O openharmony_ci 提交者: Gitee

!2158 Done! 1952:Modify the same problem as the return value variable

Merge pull request !2158 from wusongqing/TR1952
......@@ -10,7 +10,7 @@
import LinkedList from '@ohos.util.LinkedList'
```
## System Capabilities
## System Capability
SystemCapability.Utils.Lang
......@@ -452,7 +452,7 @@ callbackfn
| -------- | -------- | -------- | -------- |
| value | T | Yes| Value of the entry that is currently traversed.|
| index | number | No| Position index of the entry that is currently traversed.|
| LinkedList | LinkedList<T> | No| Instance that invokes the **forEach** method.|
| LinkedList | LinkedList<T> | No| Instance that invokes the **forEach** API.|
**Example**
......
......@@ -10,7 +10,7 @@
import Vector from '@ohos.util.Vector'
```
## System Capabilities
## System Capability
SystemCapability.Utils.Lang
......@@ -284,7 +284,7 @@ callbackfn
| -------- | -------- | -------- | -------- |
| value | T | Yes| Value of the entry that is currently traversed.|
| index | number | No| Position index of the entry that is currently traversed.|
| vector | Vector<T> | No| Instance that invokes the **replaceAllElements** method.|
| vector | Vector<T> | No| Instance that invokes the **replaceAllElements** API.|
**Example**
......@@ -321,7 +321,7 @@ callbackfn
| -------- | -------- | -------- | -------- |
| value | T | Yes| Value of the entry that is currently traversed.|
| index | number | No| Position index of the entry that is currently traversed.|
| vector | Vector<T> | No| Instance that invokes the **forEach** method.|
| vector | Vector<T> | No| Instance that invokes the **forEach** API.|
**Example**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册