Java的集合框架,List.Map等(算法题用到的HashSet)

 新建HashSet:Set<Integer> set =new HashSet<>();

原文地址:https://www.cnblogs.com/lzh1043060917/p/12742781.html