public class CopyAcc extends AAccumulator
value| Constructor and Description | 
|---|
CopyAcc()  | 
| 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