Microsoft SDK for Java

copyVectorOfIntRanges

This method of the PermissionUtils Class returns a deep copy of a vector of IntRanges objects. Each element is copied using the IntRanges.copy method.

Syntax

public static Vector copyVectorOfIntRanges(Vector v);

Return Value

Returns a new Vector object containing copies of the elements of v, or returns null if v is null.

Parameters

v The vector of IntRanges to copy, or null. The vector can contain null elements.

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