public class SumAcc extends AAccumulator
value| Constructor and Description |
|---|
SumAcc() |
| Modifier and Type | Method and Description |
|---|---|
void |
accumulate(java.lang.Object x)
Accumulates the given value into the internally stored total
|
toStringpublic void accumulate(java.lang.Object x)
IAccumulator