This method of the IIntRangeComparator Interface moves the ranges backward.
void shiftRanges(IntRanges ranges, int start, int count, int shiftcount);
ranges | The IntRanges object containing the ranges to shift. |
start | The starting index of the ranges to move. |
count | The number of ranges to move. |
shiftcount | The number of ranges to shift backward; if -1, the ranges should be discarded. |