上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 39 下一页
摘要: Map存放键值对;Map集合的数据结构只和键有关;Map的键是唯一的; 阅读全文
posted @ 2015-02-13 08:50 刘江龙 阅读(422) 评论(0) 推荐(0)
摘要: 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 刘江龙 阅读(3024) 评论(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)
摘要: HashSet集合的add()方法的源码。 hashCode()和equals()方法的重写在HashXX中的重要性!! 阅读全文
posted @ 2015-02-11 11:12 刘江龙 阅读(1090) 评论(0) 推荐(0)
摘要: Collection中的List,Set的toString()方法 阅读全文
posted @ 2015-02-11 10:50 刘江龙 阅读(6978) 评论(0) 推荐(1)
摘要: Arrays.asList(T... a)可变参数. UnsupportedOperationException的分析 阅读全文
posted @ 2015-02-10 12:49 刘江龙 阅读(342) 评论(0) 推荐(0)
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 39 下一页