提交 f9904602 编写于 作者: B bi-hu

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

Modify the use case of the afterRemoval interface in the util module in the docs document to become popular
Signed-off-by: Nbi-hu <bihu@huawei.com>
https://gitee.com/openharmony/docs/issues/I5RWJK
上级 103cc053
......@@ -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.
先完成此消息的编辑!
想要评论请 注册