Copies all values from the specified array of ZAlgebraObject starting at the given index into this collection. Each object in the array is copied sequentially into the collection.

Parameters

index

the starting position in the collection from where the values should be copied.

values

an array of ZAlgebraObject that contains the values to be copied into the collection.


Copies all values from the specified list of ZAlgebraObject starting at the given index into this collection. Each object in the list is copied sequentially into the collection.

Parameters

index

the starting position in the collection from where the values should be copied.

values

a list of ZAlgebraObject that contains the values to be copied into the collection.