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

!13735 Modify the data related to LinkedList

Merge pull request !13735 from hwx1163501/master
......@@ -389,7 +389,7 @@ removeFirst(): T
| 错误码ID | 错误信息 |
| -------- | -------- |
| 10200011 | The removeFirst method cannot be bound. |
| 10200010 | The container is empty. |
| 10200010 | Container is empty. |
**示例:**
......@@ -424,7 +424,7 @@ removeLast(): T
| 错误码ID | 错误信息 |
| -------- | -------- |
| 10200011 | The removeLast method cannot be bound. |
| 10200010 | The container is empty. |
| 10200010 | Container is empty. |
**示例:**
......@@ -504,7 +504,7 @@ removeFirstFound(element: T): boolean
| 错误码ID | 错误信息 |
| -------- | -------- |
| 10200011 | The removeFirstFound method cannot be bound. |
| 10200010 | The container is empty. |
| 10200010 | Container is empty. |
**示例:**
......@@ -544,7 +544,7 @@ removeLastFound(element: T): boolean
| 错误码ID | 错误信息 |
| -------- | -------- |
| 10200011 | The removeLastFound method cannot be bound. |
| 10200010 | The container is empty. |
| 10200010 | Container is empty. |
**示例:**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册