集合框架

Collection接口API;

Collection子接口一:Set接口(元素无序,不可重复的集合)

  HashSet、LinkedHashSet、TreeSet

Collection子接口二:List接口(元素有序,可重复的集合)

  ArrayList、LinkedList、Vector

Map接口(具有映射关系  “key-value对” 的集合)

  HashMap、TreeMap、Hashtable

Iterator迭代器接口

Collections工具类

 

posted @ 2018-08-15 22:55  yikuandyk  阅读(225)  评论(0)    收藏  举报