Mega Code Archive
Categories
/
Java Book
/
005 Collection
0329 Copy value to a List
static
void copy(List super T> dest, List extends T> src) Copies all of the elements from one list into another.