https://www.bilibili.com/video/BV1fh411y7R8?p=518&share_source=copy_web&vd_source=0e856227873a5eed50c1cf7df4a1b5a4
-
java-集合 – Set接口->HashSet , Map接口->HashMap ,集合类的嵌套组合,Collections工具类的基本应用。
9.9、Set集合 Set 一个不包含重复元素的 collection。 实现类:HashSet类、LinkedHashSet类 1)特点: Set 集合中的元素是无序的(Link…