copy


Description:

public void copy (int start, SubArray<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