Set:TreeSet、HashSet、LinkedHashSet
List:ArrayList、LinkedList、Vector
Queue:LinkedList、PriorityQueue
Map:HashMap、HashTable、TreeMap、LinkedHashMap
参考文档:https://www.kanzhun.com/jiaocheng/246637.html
Java集合框架类图
原文:https://www.cnblogs.com/151it/p/14786552.html