public class DoubleSummaryStats extends Object
| Constructor and Description |
|---|
DoubleSummaryStats(DoubleSummaryStatistics stats) |
| Modifier and Type | Method and Description |
|---|---|
double |
getAverage() |
long |
getCount() |
double |
getMax() |
double |
getMin() |
public DoubleSummaryStats(DoubleSummaryStatistics stats)
Copyright © 2010–2024 Airlift. All rights reserved.