public class Snapshot
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
double |
getAverage()
Get the average of the values in the collection
|
long |
getMax()
Get the maximum value in the collection
|
long |
getMin()
Get the minimum value in the collection
|
int |
getSize()
Get the number of values in the collection
|
double |
getSum()
Get the sum of values in the collection
|
java.util.ArrayList<java.lang.Long> |
getValues()
Return the entire list of values
|
public long getMax()
public long getMin()
public double getAverage()
public double getSum()
public int getSize()
public java.util.ArrayList<java.lang.Long> getValues()