介绍Collection框架的结构

集合Collection浏览:225收藏:1
答案:
Iterable
->Collection
->List
->ArrayList
->LinkedList
->Vector
->Stack

->Set
->HashSet
->TreeSet
Map
->Hashtable
->HashMap
->LinkedHashMap
Collections,不属于集合,是集合类的工具类
Arrays,不属于集合类,是数据对象的工具类