Java常用的数据结构

collection :

     List:arrayList,linkedList,vector

     set:treeSet ,hashSet;

map:

    hashMap

    treeMap

    linkedHashMap

       

原文地址:https://www.cnblogs.com/zgghb/p/6427817.html