集合:1. Java集合拥有两个父接口:Collection和Map;Collection有3个常用子接口:List和Set和Queue;
2. List又拥有2个常用实现类:ArrayList和LinkedList;Set又2个常用实现类:HashSet、TreeSet
3. Map有2个常用实现类:HashMap、HashTable