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, wait
Methods 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:
add
in interfaceAggregatesInterface<String,
String>
-
getCount
public int getCount()- Specified by:
getCount
in interfaceAggregatesInterface<String,
String>
-
getSum
- Specified by:
getSum
in interfaceAggregatesInterface<String,
String>
-
getMin
- Specified by:
getMin
in interfaceAggregatesInterface<String,
String>
-
getMax
- Specified by:
getMax
in interfaceAggregatesInterface<String,
String>
-
getAverage
- Specified by:
getAverage
in interfaceAggregatesInterface<String,
String>
-