javase之Set(重點)

set是無序的,需要遍歷時(獲取值),需要用迭代器iterator。沒有get方法。 list是有序的,可以通過下標獲取值。 map是成對的,可以用key獲取值。 hashset是基於hashmap來實現的
相關文章
相關標籤/搜索