addAll
Adds all elements in the specified collection to the set. This operation is synchronized.
Return
true
if the set was modified as a result of the call.
Parameters
elements
The collection containing elements to be added to the set.
Adds all elements in the specified collection to the set. This operation is synchronized.
true
if the set was modified as a result of the call.
The collection containing elements to be added to the set.