摘要: (1)Set系列集合的特点 1.无序、不重复、无索引 2.Set集合的方法基本上与Collection的API一致 (2)Set集合的实现类特点 1.HashSet:无序、不重复、无索引 2.LinkedHashSet:有序、不重复、无索引 3.TreeSet:可排序、不重复、无索引 (3)Hash 阅读全文
posted @ 2022-10-25 20:57 Linqylin 阅读(39) 评论(0) 推荐(0) 编辑