Package lrs

Interface Summary
IAlgo Represents an abstract algorithm on an LRStruct.
 

Class Summary
ALazyEval  
ANode Represents the abstract list state.
EmptyNode Represents the empty state of a mutable list LRStruct.
LazyNonNullState Decorator for NonNullState, adding lazy evaluation capability.
LRStruct Mutable linear recursive structure.
NENode Represents the non-empty state of a LStruct.