Microsoft SDK for Java

setRanges

This method of the IntRanges Class sets the integer ranges from an existing integer array.

Syntax

public synchronized void setRanges(int[] array);

Parameters

array The array of integer ranges. Each range is specified by two adjacent integers in this array.

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