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