【java】集合相關、配合理解泛型

集合分爲兩大接口 Collection 和 Map Collection接口 :List Queue Set 常用的Collection的實現類 ArrayList 實現 List LinkedList 實現 List和Queue HashSet 實現 Set 常用的Map實現類 HashMap Set的遍歷 //不使用泛型 Set set = new HashSet(); set.add(t
相關文章
相關標籤/搜索