摘要: List<String> list = new ArrayList<>(); boolean a = list.stream().anyMatch("a"::equals); // If the stream is empty then false is returned and the predi 阅读全文
posted @ 2022-11-10 13:36 我也有梦想呀 阅读(69) 评论(0) 推荐(0)