Java java.util LongSummaryStatistics fields, constructors, methods, implement or subclass

Example usage for Java java.util LongSummaryStatistics fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.util LongSummaryStatistics.

The text is from its open source code.

Method

doublegetAverage()
Returns the arithmetic mean of values recorded, or zero if no values have been recorded.
longgetCount()
Returns the count of values recorded.
longgetMax()
Returns the maximum value recorded, or Long.MIN_VALUE if no values have been recorded
longgetMin()
Returns the minimum value recorded, or Long.MAX_VALUE if no values have been recorded.