public static class accumulators.Sum<G extends GroupAdditive<G>> extends MappedAccumulator<G>
_samples| Constructor and Description |
|---|
accumulators.Sum() |
accumulators.Sum(G start) |
| Modifier and Type | Method and Description |
|---|---|
void |
accumulate(G value)
Accumulate the given value.
|
G |
getSum() |
clone, equals, getSamples, hashCode, map, toStringpublic accumulators.Sum()
public accumulators.Sum(G start)
public void accumulate(G value)
Accumulatoraccumulate in interface Accumulator<G extends GroupAdditive<G>>accumulate in class MappedAccumulator<G extends GroupAdditive<G>>value - the value to accumulate.© 2007-2013 Franz Wilhelmstötter (2013-12-18 20:17)