标签:shm cti eset 框架 映射关系 关系 vector 迭代 hashset
Collection接口API;
Collection子接口一:Set接口(元素无序,不可重复的集合)
HashSet、LinkedHashSet、TreeSet
Collection子接口二:List接口(元素有序,可重复的集合)
ArrayList、LinkedList、Vector
Map接口(具有映射关系 “key-value对” 的集合)
HashMap、TreeMap、Hashtable
Iterator迭代器接口
Collections工具类
标签:shm cti eset 框架 映射关系 关系 vector 迭代 hashset
原文地址:https://www.cnblogs.com/yikuan-919/p/9484573.html