java 数组转set

超、凢脫俗 2022-12-02 13:56 274阅读 0赞
  1. public static void main(String[] args) {
  2. String[] split = {"1","1","2"};
  3. Set<String> collect = Arrays.stream(split).collect(Collectors.toSet());
  4. }

发表评论

表情:
评论列表 (有 0 条评论,274人围观)

还没有评论,来说两句吧...

相关阅读