A B C D E F G H I L M N P R S T V _ 

A

AAccumulator - Class in listFW.visitor
An IAccumulator that holds an Object as its internal value and who's string representation is the string representation of that value.
AAccumulator(Object) - Constructor for class listFW.visitor.AAccumulator
Constructor for the class
accLoader - Variable in class model.ListDemoModel
 
accumulate(Object) - Method in class listFW.visitor.CopyAcc
 
accumulate(Object) - Method in interface listFW.visitor.IAccumulator
Accumulates the given value into the internally stored total
accumulate(Object) - Method in class listFW.visitor.LastNegAcc
 
accumulate(Object) - Method in class listFW.visitor.SumAcc
 
AddToAlgo - Class in listFW.visitor
Returns a copy of the list where the single integer parameter is added to all elements
AddToAlgo() - Constructor for class listFW.visitor.AddToAlgo
 
A B C D E F G H I L M N P R S T V _