V - the return value type, for example java.lang.StringT - the value type for the orderingpublic static class Aggregators.AdvancedMaxAggregator<V,T extends Comparable<T>> extends Aggregators.FieldAggregatorBase<V,Aggregators.AdvancedMinMaxConsumer<V,T>>
For example:
AdvancedMaxAggregator<String, IQuantity> aggregator = new
AdvancedMaxAggregator(myFavouriteAttribute, endTimeAttribute);
| Constructor and Description |
|---|
AdvancedMaxAggregator(String name,
String description,
IAttribute<V> attribute,
IAttribute<T> comparator) |
acceptTypegetValuegetDescription, getName, getValueTypepublic AdvancedMaxAggregator(String name, String description, IAttribute<V> attribute, IAttribute<T> comparator)
Copyright © 2019. All rights reserved.