Microsoft SDK for Java

combineVectorsOfIntRanges

This method of the PermissionUtils Class combines two vectors containing IntRanges objects.

Syntax

public static Vector combineVectorsOfIntRanges(Vector v1, Vector v2);

Return Value

Returns a new vector containing the elements of v1, followed by the elements of v2.

Parameters

v1 The first Vector of IntRanges, or null.
v2 The second Vector of IntRanges, or null.

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