当前位置:网站首页>ES: WeakSet
ES: WeakSet
2022-08-02 16:59:00 【amadeus_liu2】
WeakSet的定义:
interface WeakSet<T extends object> {
add(value: T): this;
delete(value: T): boolean;
has(value: T): boolean;
}
与普通Set不同的是,WeakSet没有size属性。
边栏推荐
猜你喜欢
随机推荐
Oracle 11 g rac finished patch, dbca new patches of SQL database also needs to perform?
【C语言刷题】指针入门三题|字符串长度、字符串复制、两数交换
JS数组删除其中一个元素
Locking and Concurrency Control (4)
QACTION_QAWiki
金仓数据库 OCCI 迁移指南(4. KingbaseES 的 OCCI 迁移指南)
牛津硕士进碳圈,高瓴红杉经纬一起投了
融云「 IM 进阶实战高手课」系列直播上线
Numpy those things
LeetCode·76.最小覆盖子串·滑动窗口
golang源码分析(13)gorpc源码分析
图解LeetCode——622. 设计循环队列(难度:中等)
内网渗透之kerberos认证(三)
golang源码分析(8):m、p、g、shedt、sudog
「全球数字经济大会」登陆 N 世界,融云提供通信云服务支持
Pytest学习笔记
Mysql开启binlog
When Oracle analyzes the archive log content, it finds many nulls?
Five speakers: seventy genius_platform software platform development 】 【 turn YUY2 RGB24 implementation source code
golang源码分析(5):sync.Once