我的github

1、重复。Set不允许重复插入。

2、插入顺序。Set不能保证插入顺序。

3、null元素。

4、实现类。list方法常用的实现类: ArrayList、LinkedList 和 Vector。Set: HashSet、LinkedHashSet 以及 TreeSet。

参考:https://blog.csdn.net/weixin_29165725/article/details/114062284

posted on 2023-02-02 16:14  XiaoNiuFeiTian  阅读(34)  评论(0编辑  收藏  举报