Class LongAggregates
java.lang.Object
com.kingsrook.qqq.backend.core.utils.aggregates.LongAggregates
-
Constructor Details
-
LongAggregates
public LongAggregates()
-
-
Method Details
-
add
Add a new value to this aggregate set- Specified by:
add
in interfaceAggregatesInterface<Long,
BigDecimal>
-
getVariance
- Specified by:
getVariance
in interfaceAggregatesInterface<Long,
BigDecimal>
-
getVarP
- Specified by:
getVarP
in interfaceAggregatesInterface<Long,
BigDecimal>
-
getStandardDeviation
- Specified by:
getStandardDeviation
in interfaceAggregatesInterface<Long,
BigDecimal>
-
getStdDevP
- Specified by:
getStdDevP
in interfaceAggregatesInterface<Long,
BigDecimal>
-
getCount
public int getCount()- Specified by:
getCount
in interfaceAggregatesInterface<Long,
BigDecimal>
-
getSum
- Specified by:
getSum
in interfaceAggregatesInterface<Long,
BigDecimal>
-
getMin
- Specified by:
getMin
in interfaceAggregatesInterface<Long,
BigDecimal>
-
getMax
- Specified by:
getMax
in interfaceAggregatesInterface<Long,
BigDecimal>
-
getProduct
Getter for product- Specified by:
getProduct
in interfaceAggregatesInterface<Long,
BigDecimal>
-
getAverage
- Specified by:
getAverage
in interfaceAggregatesInterface<Long,
BigDecimal>
-