什么是集合?

集合:1. Java集合拥有两个父接口:Collection和Map;Collection有3个常用子接口:List和Set和Queue;

      2. List又拥有2个常用实现类:ArrayList和LinkedList;Set又2个常用实现类:HashSet、TreeSet

      3. Map有2个常用实现类:HashMap、HashTable

原文地址:https://www.cnblogs.com/lingboweifu/p/11912247.html