会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
iRender
博客园
首页
新随笔
联系
订阅
管理
文章分类 -
.Net
.Net之Dictionary
摘要:数据结构实现 private struct Entry { public int hashCode; // HashCode的低31位,低31位具有唯一性,-1表示这个Entry未占用 public int next; // 下一个Entry的索引,-1表示这个Entry是单向链表的末尾 publi
阅读全文
posted @
2020-08-15 22:25
MatrixRuler
阅读(318)
评论(0)
推荐(0)
公告