说说你知道的几个Java集合类:list、set、queue、map实现类。

答案解析

如ArrayList、LinkedList、HashSet、TreeSet、PriorityQueue、HashMap、TreeMap等。