add
Adds the specified element to this set if it is not already present.
Return
true if the set changed as a result of the call
Parameters
element
element to be added to this set
Throws
if e is null
Adds the specified element to this set if it is not already present.
true if the set changed as a result of the call
element to be added to this set
if e is null