Loading...

摘要: iwehdio的博客园:https://www.cnblogs.com/iwehdio/ 1、Set接口 Set 集合特点: 无序,存储和读取的顺序有可能不一样。 不允许重复,要求元素是唯一的。 没有索引。 HashSet :Set 的一个子类实现。 使用 HashSet存储自定义对象并遍历。 流程 阅读全文
posted @ 2020-01-30 11:21 iwehdio 阅读(156) 评论(0) 推荐(0)