addAll
Adds all transformed elements from the given collection to the underlying set.
Return
true
if the underlying set was modified, false
otherwise.
Parameters
elements
A collection of elements of type M
.
Adds all transformed elements from the given collection to the underlying set.
true
if the underlying set was modified, false
otherwise.
A collection of elements of type M
.