会员
周边
捐助
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
起点
Laputa的新家,欢迎大家来到这里~
博客园
首页
新随笔
联系
订阅
管理
2013年3月9日
Java容器学习心得--Set容器
摘要: HashSet需要重写equals和hashCode TreeSet需要重写equals和compareTo 两个函数返回的结果应该一致 一般情况下,HashSet和TreeSet中只放入不可变对象,final修饰属性 new Comparator(){ public int compare(Object o1,Object o2){ …… } }匿名类可作为TreeSet参数 com...
阅读全文
posted @ 2013-03-09 01:27 laputastar
阅读(923)
评论(0)
推荐(1)
编辑
公告