add All
Adds all the elements into this set.
Return
true if any of the specified elements were added to the collection, false if the collection was not modified.
Parameters
An array of elements to add to the set.
Adds all the elements into this set.
Return
true if any of the specified elements were added to the collection, false if the collection was not modified.
Parameters
Iterable elements to add to the set.
Adds all the elements into this set.
Return
true if any of the specified elements were added to the collection, false if the collection was not modified.
Parameters
The sequence of elements to add to the set.
Adds all the elements in the elements set into this set.
Return
true if any of the specified elements were added to the collection, false if the collection was not modified.
Parameters
A ScatterSet whose elements are to be added to the set
Adds all the elements in the elements set into this set.
Return
true if any of the specified elements were added to the collection, false if the collection was not modified.
Parameters
An ObjectList whose elements are to be added to the set