List <Integer> subList = subStream(originalList.stream(), 2, 5).collect(Collectors.toList());. // Print the sublist. subList.
確定! 回上一頁