This method of the IIntRangeComparator Interface splits a range. This method is called by IntRanges.removeRanges when a range needs to be split to remove elements in the middle of a range. During removal this will be called at most, one time.
void splitRange(IntRanges ranges, int i);
ranges | The range to be split. |
i | The index at which to split. |