Microsoft SDK for Java

shiftRanges

This method of the IIntRangeComparator Interface moves the ranges backward.

Syntax

void shiftRanges(IntRanges ranges, int start, int count, int shiftcount);

Parameters

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.