add

open override fun add(element: E): Boolean

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