This class provides for the selection of each of the subsets of a set of elements. It does not work with the elements themselves, but rather with arrays of indices for them, so that the calling application can draw the particular elements from the real set.
The nextSet method is the main method for interaction.
@author Andres Quiroz Hernandez
@version 6.0
@see #nextSet()