会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
代码改变世界
Cnblogs
Dashboard
Login
Home
Contact
Gallery
Subscribe
RSS
Jbeachin
HashMap、HashTable学习
2016-08-01 19:30 by Jbeachin,
210
阅读,
0
推荐,
收藏
,
摘要:HashMap: HashMap 继承于AbstractMap,实现了Map、Cloneable、java.io.Serializable接口。 HashMap 的实现不是同步的,这意味着它不是线程安全的。 key、value都可以为null。 HashMap中的映射不是有序的。 HashTable
阅读全文
0 Comment
About