學習隨筆 :集合

Collection接口下有List,Set,Queue隊列接口。 Map下有HashMap,HashTable,TreeMap。 List的實現類有ArrayList,LinkedList,Vector(線程安全)。 Set的實現類有HashSet,TreeSet,HashLinkedSet。 Map的實現類有HashTable,HashMap,TreeMap… 注意: Queue接口與List
相關文章
相關標籤/搜索