final Stream<String> helloStream = helloList.stream();. 5. final Predicate<String> checkUpper = s -> !s.isEmpty(). 6. && !s.substring(0,1).
確定! 回上一頁