String→Pathの変換, List<String> slist = Arrays.asList("a.txt", "b.txt"); List<Path> plist = slist.stream() .map(Paths::get) .
確定! 回上一頁