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

!9687 Modify the use case of the afterRemoval interface in the util module in...

!9687 Modify the use case of the afterRemoval interface in the util module in the docs document to become popular
Merge pull request !9687 from 毕虎/master
......@@ -1145,7 +1145,7 @@ afterRemoval(isEvict: boolean,key: K,value: V,newValue: V): void
**示例:**
```js
let arr = [];
class ChildLruBuffer extends util.LruBuffer
class ChildLruBuffer<K, V> extends util.LruBuffer<K, V>
{
constructor()
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册