HashMap<String,Object> other = new HashMap<>();
new ArrayList<String>().stream().map(s -> new HashMap<String, Object>() {{
}}).findFirst().orElse(other);
Stream.generate(() -> new HashMap<String, Object>()).findFirst().orElse(other);
各位老哥请指教一二,感谢
1
wysnylc OP 刚才图挂了,已修好
|
2
wysnylc OP |
3
flgn88 Jun 9, 2020 via iPhone
楼主需要 rubber duck debugging 🐶
|