public interface AggregationUnit
| 限定符和类型 | 方法和说明 |
|---|---|
Comparable<?> |
getResult()
获取计算结果.
|
void |
merge(List<Comparable<?>> values)
归并聚合值.
|
void merge(List<Comparable<?>> values)
values - 聚合数值Comparable<?> getResult()
Copyright © 2017. All rights reserved.