public interface Aggregator<T> extends Cloneable
限定符和类型 | 方法和说明 |
---|---|
void |
add(T v) |
Aggregator |
clone() |
String |
getName() |
ColumnValue |
getValue() |
String getName()
void add(T v)
ColumnValue getValue()
Aggregator clone()
Copyright © 2019. All Rights Reserved.