Package lapisx.enum

Interface Summary
RestartableEnumeration Enumeration which can be restarted from the beginning.
 

Class Summary
ArrayEnumeration Enumeration of an arbitrary array.
ConcatEnumeration Enumeration which transforms the elements of another enumeration.
EmptyEnumeration Enumeration which always returns no elements.
FilteredEnumeration Enumeration which transforms the elements of another enumeration.
MemoizedEnumeration Enumeration which can be restarted from the beginning.
PairEnumeration Enumeration which transforms the elements of another enumeration.