Microsoft SDK for Java

copyArrayOfVectorsOfIntRanges

This method of the PermissionUtils Class returns a deep copy of an array of Vectors containing IntRanges objects. Each Vector is copied using copyVectorOfIntRanges.

Syntax

public static Vector[] copyArrayOfVectorsOfIntRanges(Vector[] av);

Return Value

Returns null if av is null; otherwise, a new array of vectors is returned that contains new vectors with copies of their elements.

Parameters

av An array of Vectors, or null. The elements of the array or the vectors can be null.

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