public class DataSetOrderedCompact extends DataSet(Code)
This class represents a standard data set for benchmarks.
The data set contains three disjoint lists each containing
a range of consecutive int values in order:
Creates a new ordered compact data set of a specified
size.
Parameters: size - the size of the data set to create. throws: IllegalArgumentException - if size is not positive.