Microsoft SDK for Java

removeRanges

The removeRanges method of the IntRanges Class contains the following signatures:

removeRanges(int i, int count, IIntRangeComparator hook)
removeRanges(int i, int count)

removeRanges(int i, int count, IIntRangeComparator hook)

Removes ranges specified by index from the IntRange object.

Syntax

public synchronized void removeRanges(int i, int count, IIntRangeComparator hook);

Parameters

i The index of the range to remove.
count The number ranges to remove.
hook The interface to notify through IIntRangeComparator.shiftRanges that the ranges were deleted.

removeRanges(int i, int count)

Removes ranges specified by index from the IntRange object.

Syntax

public void removeRanges(int i, int count);

Parameters

i The index of the range to remove.
count The number ranges to remove.

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