Java集合相关内容:
1.Iterator迭代器接口
2.Collection子接口之一:Set接口HashSet LinkedHashSet TreeSet
3.Collection子接口之二: List接口
ArrayList LinkedList Vector
4.Map接口
HashMap TreeMap Hashtable
5.Collections工具类
图一:
Collection和Map是并列的关系,并非Collection包含Map。
图二:
图三: