Microsoft SDK for Java

getRangeEnd

This method of the IntRanges Class retrieves the end of a range at a specified index.

Syntax

public int getRangeEnd(int idx);

Exceptions

Throws ArrayIndexOutOfBoundsException if the index is less than zero or equal to or greater than the array size.

Return Value

Returns the last integer of the range pair.

Parameters

idx The index of the range pair.

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