Class CountAccumulateFunction

All Implemented Interfaces:
Externalizable, Serializable, AccumulateFunction<CountAccumulateFunction.CountData>

public class CountAccumulateFunction extends AbstractAccumulateFunction<CountAccumulateFunction.CountData>
An implementation of an accumulator capable of counting occurences
See Also: