Package | Description |
---|---|
listFW.visitor | |
model |
Modifier and Type | Class and Description |
---|---|
class |
AAccumulator
An IAccumulator that holds an Object as its internal value
and who's string representation is the string representation of
that value.
|
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.
|
Modifier and Type | Field and Description |
---|---|
private DynamicLoader<IAccumulator> |
ListDemoModel.accLoader |