摘要: Collection List ,Set学习总结 阅读全文
posted @ 2015-02-12 11:25 刘江龙 阅读(462) 评论(1) 推荐(0)
摘要: 自然排序--元素比较性 比较器排序--集合具备比较性 阅读全文
posted @ 2015-02-12 10:37 刘江龙 阅读(586) 评论(0) 推荐(0)
摘要: 1 实现Comparable 2 注意排序的次要条件 阅读全文
posted @ 2015-02-12 09:53 刘江龙 阅读(3025) 评论(0) 推荐(0)
摘要: TreeSet的自然排序案例,分析 阅读全文
posted @ 2015-02-12 09:09 刘江龙 阅读(427) 评论(0) 推荐(0)
摘要: 1 不重写hashCode,和equals 2 不重写hashCode,重写equals 3 重写hashCode,重写equals equals 阅读全文
posted @ 2015-02-12 08:23 刘江龙 阅读(2597) 评论(0) 推荐(0)
摘要: 唯一性,存储取出有序的LinkedHashSet 阅读全文
posted @ 2015-02-12 08:22 刘江龙 阅读(8006) 评论(0) 推荐(0)