提交 2ea5e9e3 编写于 作者: J jing_han

Modify the data related to LinkedList

Signed-off-by: Njing_han <hanjing35@huawei.com>
上级 7cc2d293
......@@ -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.
先完成此消息的编辑!
想要评论请 注册