Package OOscheme

Interface Summary
IEmptyList Represents the structural behavior of the immutable empty list.
IList Serves as a host for an algorithm on a list to visit its internal structure.
IListAlgo Represents an abstract algorithm to be executed by a host IList.
INEList Represents the structural behavior of an immutable non-empty list.
 

Class Summary
EmptyList Concrete implementation of the empty list interface, IEmptyList.
NEList Concrete implementation of the non-empty list interface, INEList.