【Java】集合基礎

整體架構 Java的集合類由兩個接口派生:Collection 、Map Collection派生出3個接口:Set、Queue、List Map派生出Hashtable、HashMap、LinkedHashMap、TreeMap     Collection 體系   HashSet:Set接口的典型實現 HashSet的特點:1.元素順序不能保證;2.不同步;3.集合元素可爲null Hash
相關文章
相關標籤/搜索