This method of the UnsignedIntRanges Class removes a range of integers from the UnsignedIntRanges object.
public boolean removeRange(int s, int e, IIntRangeComparator hook);
Returns true if any integers in the range were removed; otherwise, false if the set contains no integers in the range.
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. |