Class ExtremumOperator<T extends Comparable<T>>

java.lang.Object
tools.refinery.interpreter.matchers.aggregators.ExtremumOperator<T>
All Implemented Interfaces:
IMultisetAggregationOperator<T,SortedMap<T,Integer>,T>

public class ExtremumOperator<T extends Comparable<T>> extends Object implements IMultisetAggregationOperator<T,SortedMap<T,Integer>,T>
Incrementally computes the minimum or maximum of java.lang.Comparable values, using the default comparison
Since:
1.4