DataComparator.setKeyColumns
void setKeyColumns(int[] colNumbers)Defines the columns which will be used as a key when searching data. This is not mandatory but will speed things up as less data will be processed.
Parameters
colNumbers | an array of nb_cols values |