Class AccCollection<I, E, C extends Collection<I>>
java.lang.Object
org.aksw.commons.collector.core.AccCollection<I,E,C>
- All Implemented Interfaces:
Serializable, Accumulator<I,E, C>
public class AccCollection<I, E, C extends Collection<I>>
extends Object
implements Accumulator<I,E,C>, Serializable
Can be used with AggNatural
- See Also:
-
Field Details
-
value
-
-
Constructor Details
-
AccCollection
-
-
Method Details
-
accumulate
Description copied from interface:AccumulatorAccumulate an input value w.r.t. to an environment- Specified by:
accumulatein interfaceAccumulator<I, E, C extends Collection<I>>
-
getValue
Description copied from interface:AccumulatorObtain the output based on the so-far accumulated inputs- Specified by:
getValuein interfaceAccumulator<I, E, C extends Collection<I>>
-
hashCode
-
equals
-