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
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
Represents the unique empty list using the singleton pattern.
 
Represents non-empty lists.