Microsoft SDK for Java

splitRange

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.

Syntax

void splitRange(IntRanges ranges, int i);

Parameters

ranges The range to be split.
i The index at which to split.

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