Class StringAggregates
java.lang.Object
com.kingsrook.qqq.backend.core.utils.aggregates.StringAggregates
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.kingsrook.qqq.backend.core.utils.aggregates.AggregatesInterface
getProduct, getStandardDeviation, getStdDevP, getVariance, getVarP
-
Constructor Details
-
StringAggregates
public StringAggregates()
-
-
Method Details
-
add
Add a new value to this aggregate set- Specified by:
addin interfaceAggregatesInterface<String,String>
-
getCount
public int getCount()- Specified by:
getCountin interfaceAggregatesInterface<String,String>
-
getSum
- Specified by:
getSumin interfaceAggregatesInterface<String,String>
-
getMin
- Specified by:
getMinin interfaceAggregatesInterface<String,String>
-
getMax
- Specified by:
getMaxin interfaceAggregatesInterface<String,String>
-
getAverage
- Specified by:
getAveragein interfaceAggregatesInterface<String,String>
-