List,Set,Map三者的區別

List(對付順序的好幫手): List接口存儲一組不唯一(可以有多個元素引用相同的對象),有序的對象 List in Java provides ordered and indexed collection which may contain duplicates. Set(注重獨一無二的性質): 不允許重複的集合。不會有多個元素引用相同的對象。 Map(用Key來搜索的專家): 使用鍵值對存儲
相關文章
相關標籤/搜索