If you wanna merge 2 lists, why dont you just use:
Collections.copy(destinationList, sourceList);