Microsoft SDK for Java

addRange

This method of the UnsignedIntRanges Class adds a range of unsigned integers to the UnsignedIntRanges object.

Syntax

public synchronized void addRange(int s, int e);

Parameters

s The lower limit of the range.
e The upper limit of the range.

Overrides

addRange(int,int) in IntRanges.

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