Package org.aksw.commons.collector.core
Class AggReduce.AccReduceImpl
java.lang.Object
org.aksw.commons.collector.core.AggReduce.AccReduceImpl
- All Implemented Interfaces:
Serializable,Accumulator<I,E, I>
- See Also:
-
Field Details
-
value
-
-
Constructor Details
-
AccReduceImpl
-
-
Method Details
-
accumulate
Description copied from interface:AccumulatorAccumulate an input value w.r.t. to an environment- Specified by:
accumulatein interfaceAccumulator<I,E, I>
-
getValue
Description copied from interface:AccumulatorObtain the output based on the so-far accumulated inputs- Specified by:
getValuein interfaceAccumulator<I,E, I>
-
hashCode
public int hashCode() -
equals
-