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() |
andThen
public void accept(int value)
accept
in interface IntConsumer
public void combine(IntSummaryStatistics other)
public double getAverage()
public long getCount()
public int getMin()
public int getMax()
public long getSum()
Copyright © 2018. All rights reserved.