会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
沐乃伊
首页
新随笔
联系
管理
2022年4月10日
HashMap的见解随笔
摘要: #HashMap的节点: HashMap是一个键值对的集合,其中每个节点用Node<K,V>表示 static class Node<K,V> implements Map.Entry<K,V>{ final int hash; final K key; V value; Node<K,V> nex
阅读全文
posted @ 2022-04-10 14:38 沐乃伊
阅读(24)
评论(0)
推荐(0)
编辑
公告