黑马程序员技术交流社区
标题:
HashSet
[打印本页]
作者:
jxsryqt
时间:
2017-2-9 20:08
标题:
HashSet
原理:先计算传入对象的hashcode 值进行比较,不同直接存入,相同时调用对象的equals 方法比较,相同不存,不同存。所以自定义类存入HashSet 集合中要实现去重和无序,要先重写hashcode 和equals 方法
作者:
yourtear
时间:
2017-2-9 20:58
1111111111
作者:
笑对明天
时间:
2017-2-10 00:43
本帖最后由 笑对明天 于 2017-2-10 00:45 编辑
class one {
public static void main(String[] args) {
while(true){
System.out.println("赞");
}
}
作者:
jxsryqt
时间:
2017-2-10 01:38
笑对明天 发表于 2017-2-10 00:43
class one {
public static void main(String[] args) {
while(true){
哈哈,666
作者:
沉湎码海
时间:
2017-2-10 07:29
6666666666666666
欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/)
黑马程序员IT技术论坛 X3.2