容器基礎知識

List:有序、不唯一 ArrayList:Object數組 LinkedList:雙向鏈表(JDK1.6之前爲循環鏈表) Vector:Object數組 Set:唯一 HashSet:無序、唯一,底層使用HashMap實現 LinkedHashSet:繼承自HashSet,底層使用LinkedHashMap實現,而LinkedHashMap又繼承自HashMap TreeSet:有序、唯一,紅黑
相關文章
相關標籤/搜索