No reports yet
RepeatedTest
annotationMap<String, Integer> stateToCityPopulation = cities.collect( groupingBy(City::state, averagingInt(City::population)));
Map<String, Double> stateToCityPopulation = cities.collect( groupingBy(City::state, averagingInt(City::population)));
Thanks to (your name might go here) for their bug reports!
If you have found another bug in the book or in our code that is not mentioned in this bug list or the Core Java FAQ , then please send a report. Unfortunately, I cannot reply personally to each report, but I do read all your comments.