1. Overview
In this tutorial, We'll guide to DoubleSummaryStatistics class which added in Java 8 API. This is introduced in java.util package.
DoubleSummaryStatistics class is designed to get statistics of a for a stream such as count, min, max, sum, and average operations for double values or DoubleStream.