public class MinMaxAvgLong extends Object
| Constructor and Description |
|---|
MinMaxAvgLong() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(long value) |
void |
add(MinMaxAvgLong other) |
void |
diff(long start,
long end) |
long |
getAvg(long count) |
long |
getMax() |
long |
getMin() |
long |
getTotal() |
public void add(long value)
public void add(MinMaxAvgLong other)
public void diff(long start,
long end)
public long getMin()
public long getMax()
public long getTotal()
public long getAvg(long count)
Copyright © 2020. All rights reserved.