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
ConstructorDescriptionExtremeValueAggregator
(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, wait
Methods inherited from interface tools.refinery.logic.term.StatefulAggregator
aggregateStream
-
Constructor Details
-
ExtremeValueAggregator
-
ExtremeValueAggregator
-
-
Method Details
-
getResultType
- Specified by:
getResultType
in interfaceAggregator<T,
T>
-
getInputType
- Specified by:
getInputType
in interfaceAggregator<T,
T>
-
createEmptyAggregate
- Specified by:
createEmptyAggregate
in interfaceStatefulAggregator<T,
T>
-
getEmptyResult
- Specified by:
getEmptyResult
in interfaceAggregator<T,
T> - Specified by:
getEmptyResult
in interfaceStatefulAggregator<T,
T>
-
equals
-
hashCode
public int hashCode()
-