Microsoft SDK for Java

removeRange

This method of the UnsignedIntRanges Class removes a range of integers from the UnsignedIntRanges object.

Syntax

public boolean removeRange(int s, int e, IIntRangeComparator hook);

Return Value

Returns true if any integers in the range were removed; otherwise, false if the set contains no integers in the range.

Parameters

s The lower limit of the range.
e The upper limit of the range.
hook The interface to notify through IIntRangeComparator.shiftRanges that the ranges were deleted or IIntRangeComparator that a range was split.

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