Module hw06

Package provided.listFW


package provided.listFW
A package containing the list visitor system framework. The listFW system models an immutable list of Objects and their visitors.
  • Interface Summary
    Interface
    Description
    Represents the abstract list structure with a hook method to call on the extrinsic behaviors represented as visitors.
    Represents an abstract algorithm to be executed by a host IList.
  • Class Summary
    Class
    Description
    Represents the unique empty list using the singleton pattern.
    Represents non-empty lists.