摘要: myCollection.stream().map(new Mapper<String,String>() { public String map(String input) { return new StringBuilder(input).reverse().toString(); } }); 阅读全文
posted @ 2020-08-13 17:55 宇枫 阅读(192) 评论(0) 推荐(0) 编辑
摘要: public class RandomStrCreator { private static final String[] tmp = { "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", " 阅读全文
posted @ 2020-08-13 16:33 宇枫 阅读(771) 评论(0) 推荐(0) 编辑