Java中的幾種集合的區別及適用場景

概述: list,set,map都是接口,前兩個繼承至Collection接口,Map爲獨立接口 Set下有HashSet,LinkedHashSet,TreeSet List下有ArrayList,Vector,LinkedList Map下有Hashtable,LinkedHashMap,HashMap,TreeMap Collection接口下有個Queue接口,有PriorityQueue
相關文章
相關標籤/搜索