jdk1.8以上去掉List集合中的空字符串

List<String> filtered=list.stream().filter(string -> !string.isEmpty()).collect(Collectors.toList());string

相關文章
相關標籤/搜索