集合框架(一)

集合框架 1、Set、Map區別: Set繼承了Collection接口;而Map沒有。  Set具有元素的不重複性;Map保存的是鍵值對。 HashSet是基於HashMap實現的,HashSet存儲的值作爲HashMap的key值存放,從而保證了值的不重複性,因此HashSet的增刪改查也是基於HashMap來實現的。**HashMap允許空的鍵值對,HashSet允許空的值。**HashSe
相關文章
相關標籤/搜索