I was trying to add Integers from 2 sets into single Set via for loop and also using addAll() method provided by Collections. For test purpose, I have populated 2 Sets with
Check the implementation of the addAll method - nothing different that what you'd do - AbstractCollection code