Uses of Interface
provided.listFW.IList
Packages that use IList
Package
Description
A package containing the list visitor system framework.
Package for the controller to run the app for the listFW visitor system exercises.
Package for the student-written model for listFW visitor system exercises
-
Uses of IList in provided.listFW
Classes in provided.listFW that implement IListModifier and TypeClassDescriptionclass
Represents the unique empty list using the singleton pattern.class
Represents non-empty lists.Fields in provided.listFW declared as IListMethods in provided.listFW that return IListModifier and TypeMethodDescriptionNEList.getRest()
Returns the first data element of this NEList.Constructors in provided.listFW with parameters of type IList -
Uses of IList in visitorDemoExercises.listFWVisitorExercises.controller
Fields in visitorDemoExercises.listFWVisitorExercises.controller with type parameters of type IList -
Uses of IList in visitorDemoExercises.listFWVisitorExercises.model
Fields in visitorDemoExercises.listFWVisitorExercises.model declared as IListModifier and TypeFieldDescriptionprivate IList
ListDemoModel.list0
Instance of first available hostprivate IList
ListDemoModel.list1
Instance of second available hostprivate IList
ListDemoModel.list2
Instance of third available hostMethods in visitorDemoExercises.listFWVisitorExercises.model with parameters of type IListModifier and TypeMethodDescriptionRun the FoldLAlgo visitor on the given list using the given IAccumulatorRun the FoldRAlgo visitor on the given list using the given IAccumulatorListDemoModel.runListAlgo(IList list, String classname, String param)
Returns the result of a host list executing the given visitor with the given parametervoid
Give the view an array of strings to label the different list hosts.