This method of the IIntRangeComparator Interface is called by IntRanges.intersect to intersect any extra data associated with two ranges.
void intersectRanges(IntRanges ranges1, int i1, IntRanges ranges2, int i2, int isectexprnum);
ranges1 | The first set of ranges to intersect. |
i1 | The index into the first set of ranges. |
ranges2 | The second set of ranges to intersect. |
i2 | The index into the second set of ranges. |
isectexprnum | The intersection expression. |