public final class ComparableAggregationUnit extends Object implements AggregationUnit
| Constructor and Description |
|---|
ComparableAggregationUnit() |
| Modifier and Type | Method and Description |
|---|---|
Comparable<?> |
getResult()
Get aggregation result.
|
void |
merge(List<Comparable<?>> values)
merge aggregation values.
|
public void merge(List<Comparable<?>> values)
AggregationUnitmerge in interface AggregationUnitvalues - aggregation valuespublic Comparable<?> getResult()
AggregationUnitgetResult in interface AggregationUnitCopyright © 2018. All rights reserved.