常⽤的集合类有哪些?⽐如list如何排序?
主要分为三类,Map、Set、List
a. Map: HashMap、LinkedHashMap、TreeMap
b. Set:HashSet、LinkedHashSet、TreeSet
c. List: ArrayList、LinkedList
Collections.sort(list)
常见集合
最新推荐文章于 2021-11-17 10:06:31 发布
常⽤的集合类有哪些?⽐如list如何排序?
主要分为三类,Map、Set、List
a. Map: HashMap、LinkedHashMap、TreeMap
b. Set:HashSet、LinkedHashSet、TreeSet
c. List: ArrayList、LinkedList
Collections.sort(list)