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.
public static Vector copyVectorOfIntRanges(Vector v);
Returns a new Vector object containing copies of the elements of v, or returns null if v is null.
v | The vector of IntRanges to copy, or null. The vector can contain null elements. |