
public class DoubleSummaryStatistics extends Object implements DoubleConsumer
| Constructor and Description |
|---|
DoubleSummaryStatistics() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(double value) |
void |
combine(DoubleSummaryStatistics other) |
double |
getAverage() |
long |
getCount() |
double |
getMax() |
double |
getMin() |
double |
getSum() |
String |
toString() |
andThenpublic void accept(double value)
accept in interface DoubleConsumerpublic void combine(DoubleSummaryStatistics other)
public double getAverage()
public long getCount()
public double getMin()
public double getMax()
public double getSum()
Copyright © 2018. All rights reserved.