HashMap和HashSet的區別

collection框架有本身的接口和實現,主要分爲Set接口,List接口和Queue接口。它們有各自的特色,Set的集合裏不容許對象有重複的值,List容許有重複。 什麼是HashSet HashSet實現了Set接口 添加方法  add       什麼是HashMap HashMap實現了Map接口 添加方法  put     HashMap比較快,由於是使用惟一的鍵來獲取對象  key
相關文章
相關標籤/搜索