copy_array
Description:
public void copy_array (
int start,
G[] src,
int src_start,
int count)
Copies the data from src into this.
Parameters:
start |
zero-based index of this to store data
|
src |
the data source to copy
|
src_start |
zero-based index of the begin to copy
|
count |
the number of elements to copy
|