Java集合框架可以分为:
-
Collection
List接口
-----Arraylist、Vector、LinkedList
Set接口
------HashSet、LinkedHashSet、TreeSet -
Map(key-value)
---------HashMap、LinkedHashMap、TreeMap
这两种体系
Java集合框架可以分为:
Collection
List接口
-----Arraylist、Vector、LinkedList
Set接口
------HashSet、LinkedHashSet、TreeSet
Map(key-value)
---------HashMap、LinkedHashMap、TreeMap
这两种体系