Class LocalDateAggregates
java.lang.Object
com.kingsrook.qqq.backend.core.utils.aggregates.LocalDateAggregates
- All Implemented Interfaces:
AggregatesInterface<LocalDate,
LocalDate>
LocalDate version of data aggregator
-
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
-
LocalDateAggregates
public LocalDateAggregates()
-
-
Method Details
-
add
Add a new value to this aggregate set- Specified by:
add
in interfaceAggregatesInterface<LocalDate,
LocalDate>
-
getCount
public int getCount()- Specified by:
getCount
in interfaceAggregatesInterface<LocalDate,
LocalDate>
-
getSum
- Specified by:
getSum
in interfaceAggregatesInterface<LocalDate,
LocalDate>
-
getMin
- Specified by:
getMin
in interfaceAggregatesInterface<LocalDate,
LocalDate>
-
getMax
- Specified by:
getMax
in interfaceAggregatesInterface<LocalDate,
LocalDate>
-
getAverage
- Specified by:
getAverage
in interfaceAggregatesInterface<LocalDate,
LocalDate>
-