advanceCount += 1;
masterDataRow = nextdata;
grpVal = nextGrpVal;
}
crosstabSpecification.endRow();
crosstabSpecification.endCrosstab();
if (advanceCount != (data.getRowCount() - 1))
{
throw new IllegalStateException("Expected 6 but got " + advanceCount);
}
return crosstabSpecification;