public class StatefulCombinationGenerator
extends java.lang.Object
Author:
Petko Popov
StatefulCombinationGenerator is used during the comparison of the attributes
to maintain a list of indexes into a list for what needs to be compared next
The only method that currently uses this class is
GenericReconCamparator.compare()
What the class does at a low level is to maintain a list of lists, and an
array of indexes.