Package | Description |
---|---|
listFW.visitor |
Modifier and Type | Class and Description |
---|---|
class |
CopyAcc
Accumulates the values into a list, starting with an empty list.
|
class |
LastNegAcc
Accumulates (saves) the last negative number given to it.
|
class |
SumAcc
Accumulates the sum of the values, starting with a total of 1.
|