int iNum1 = intList1.stream().mapToInt( i -> i ).sum();. System.out.println( iNum1 ); // 60. // long型の集計. List<Long> longList = Arrays.
確定! 回上一頁