摘要: 集合进阶 集合体系结构 ​ List -> ArrayList , LinkedList, Collection < ​ Set -> HashSet(-> LinkedHashSet ) , TreeSet, List系列集合 : 添加的元素是有序, 可重复, 有索引. Set系列集合 : 添加的 阅读全文
posted @ 2024-01-22 10:38 大宝贝94106 阅读(25) 评论(0) 推荐(0)