摘要: list为单值集合,且为有序。 set为单值集合,为无序。且set中的值是唯一的。 list分为ArrayList和LinkList map分为hashmap和treemap。hashmap中的key值是唯一的,将hashmap转换为单值集合时,用set接收。 阅读全文
posted @ 2020-12-27 22:51 Double晨 阅读(79) 评论(0) 推荐(0)