Package tools.refinery.logic.term
Class ExtremeValueAggregator<T>
java.lang.Object
tools.refinery.logic.term.ExtremeValueAggregator<T>
- All Implemented Interfaces:
Aggregator<T,,T> StatefulAggregator<T,T>
-
Constructor Summary
ConstructorsConstructorDescriptionExtremeValueAggregator(Class<T> type, T emptyResult) ExtremeValueAggregator(Class<T> type, T emptyResult, Comparator<T> comparator) -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tools.refinery.logic.term.StatefulAggregator
aggregateStream
-
Constructor Details
-
ExtremeValueAggregator
-
ExtremeValueAggregator
-
-
Method Details
-
getResultType
- Specified by:
getResultTypein interfaceAggregator<T,T>
-
getInputType
- Specified by:
getInputTypein interfaceAggregator<T,T>
-
createEmptyAggregate
- Specified by:
createEmptyAggregatein interfaceStatefulAggregator<T,T>
-
getEmptyResult
- Specified by:
getEmptyResultin interfaceAggregator<T,T> - Specified by:
getEmptyResultin interfaceStatefulAggregator<T,T>
-
equals
-
hashCode
public int hashCode()
-