LongSummaryStatistics getAverage() method in Java with Examples
The getAverage() method of LongSummaryStatistics class in Java is used to get the average of records in this LongSummaryStatistics. Syntax: public double getAverage() Parameter: This method do not accept any value as parameter. Return Value: This method returns the average of the records in this Lon