for (int anIndex : indexarr) {
combination.add(anIndex);
}
}
int[] indexArr = CollectionUtil.intArray(combination);
indexList.add(new MultiKeyInt(indexArr));
}
// obtain rollup levels
int[][] rollupLevels = new int[indexList.size()][];
int count = 0;