Package lrs.visitor

Interface Summary
IComparable  
 

Class Summary
AGetExtrema Abstract class for comparison operations for selection sort.
AGetMin Abstract class for comparison operations for selection sort.
APredStrategy  
CompareFalse  
CompareObject  
GetLast  
GetMax  
GetMin  
LRSAppend  
LRSClear  
LRSOrderedInsert  
LRSPrint  
LRSPrintN  
LRSSum  
LRSSumLambdaN  
LRSSumN  
LRSTrim  
Nth Returns the nth element in a LRS.
NthCdr  
RemLeadMods Removes the leading consecutive multiple of an integer from the host.
RemoveItem  
RemoveNth Removes and returns the nth element in a LRS.
SelectionSort  
SetNth  
SkipLeadMods An algortihm on a LRStruct that will skip over all the leading multiples of the supplied value.