V
- the return value type, for example java.lang.String
T
- the value type for the orderingpublic static class Aggregators.AdvancedMaxAggregator<V,T extends java.lang.Comparable<T>> extends Aggregators.AdvancedMinMaxAggregator<V,T>
For example:
AdvancedMaxAggregator<String, IQuantity> aggregator = new
AdvancedMaxAggregator(myFavouriteAttribute, endTimeAttribute);
Constructor and Description |
---|
AdvancedMaxAggregator(java.lang.String name,
java.lang.String description,
IAttribute<V> attribute,
IAttribute<T> comparator) |
doGetAccessor, getValue, newItemConsumer
acceptType, getAccessor
getValue
getDescription, getName, getValueType
public AdvancedMaxAggregator(java.lang.String name, java.lang.String description, IAttribute<V> attribute, IAttribute<T> comparator)