特点:
不能存储重复元素
实现类:HashSet、LinkedHaset,TreeSet
HashSet底层是由数组和链表(单向链表不是linkedlist)实现的
15 Set集合
原文:https://www.cnblogs.com/xuwangqi/p/11220956.html