1.对 Optional 的 isPresent() 取反用法 => isEmpty() 2.集合 toArray(new String[0]) 用法 => toArray(String[]::new) |
||
---|---|---|
.. | ||
src | ||
pom.xml |
1.对 Optional 的 isPresent() 取反用法 => isEmpty() 2.集合 toArray(new String[0]) 用法 => toArray(String[]::new) |
||
---|---|---|
.. | ||
src | ||
pom.xml |