This method of the PermissionUtils Class merges the comparison results from SetComparison.compareSet of two different sets into one, as though they were part of the same set.
public static int mergeComparisonResults(int cmp1, int cmp2);
Returns the merged comparison result.
cmp1 | The first comparison result. |
cmp2 | The second comparison result. |