集合的体系: ##Collection 接口 单列集合 ###List 接口 可以重复 存取有序。有索引。 ArrayList LinkedList Vector(已经不用了) ###Set 接口 不可以重复 存取无序 无索引 HashSet TreeSet ##Map 接口 双列集合。 HashMap TreeMap Properties 来源:https://www.cnblogs.com/maomaodesu/p/11873940.html 标签 collection collection接口