Collectors.summarizingLong: The `summarizingLong` method in the Collectors utility class collects statistics such as count, sum, min, average, and max from the long values of a stream. This method is useful for generating summary statistics from long values in a stream.

https://en.wikipedia.org/wiki/Java_version_history#JDK_8