mean double mean = list.stream().mapToInt(Integer::intValue).average().getAsDouble(); System.out.println(mean); // mode - create count map using group by ...
確定! 回上一頁