包括Collection接口 和Map 接口
Collection集合
Set List Queue
Set: hashSet LinkedHashSet
List: ArrayList LinkedList 就是数组或者链表 可以是重复的
Queue:PriorityQueue优先队列
Map 图
HashMap TreeMap
HashMap: HashMap LinkedHashMap
总的来说分为 List、Set、Map
包括Collection接口 和Map 接口
Collection集合
Set List Queue
Set: hashSet LinkedHashSet
List: ArrayList LinkedList 就是数组或者链表 可以是重复的
Queue:PriorityQueue优先队列
Map 图
HashMap TreeMap
HashMap: HashMap LinkedHashMap
总的来说分为 List、Set、Map