欢迎光临散文网 会员登陆 & 注册

珠锋Web前端高级2022

2022-10-11 15:22 作者:al_sa  | 我要投稿

  // 统计一个文件的单词    private Map<String, Long> count(File file) {        String str;        try {            str = new String(Files.readAllBytes(file.toPath()));        } catch (IOException e) {            throw new RuntimeException(e);        }        return Stream.of(str.split("//s+")).collect(Collectors.groupingBy(word -> word, Collectors.counting()));    }}

珠锋Web前端高级2022的评论 (共 条)

分享到微博请遵守国家法律