摘要: 1 package cn.itcast.p4.hashset.test; 2 3 import java.util.HashSet; 4 import java.util.Iterator; 5 6 import cn.itcast.p.bean.Person; 7 /* 8 * 往hashSet集 阅读全文
posted @ 2021-10-22 22:06 doremi429 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 见集合框架TXT 阅读全文
posted @ 2021-10-22 22:05 doremi429 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 1 package cn.itcast.p4.hashset.demo; 2 3 import java.util.HashSet; 4 import java.util.Iterator; 5 /* 6 * 可自定义哈希算法 7 * 存"ab" 8 * function(element){ 9 * 阅读全文
posted @ 2021-10-22 22:05 doremi429 阅读(12) 评论(0) 推荐(0) 编辑