原创 LinkedHashMap介紹(特點,優勢,和其他比較)

LinkedHashMap的特點: 1.LinkedHashMap繼承了HashMap ,實現了Clonable ,serialiable(可序列化) , map接口; public class LinkedHashMap<K,V>

原创 集合框架圖簡介

集合框架圖板塊簡介CollectionlistsetQueueHashSetLinkedHashSetTreeSetIteratorLinkIteratorMapHashMapLinkedHashMapHashTableWeakHas

原创 HashMap和HashTable的異同點

HashMap和HashTable異同點 底層數據: HashMap和HashTable底層數據結構相同,都是以數組加鏈表形式存儲數據。 繼承關係: HashMap和HashTable都實現了Clonable ,Map,Seriali