remove

open override fun remove(element: T): Boolean

Removes an element from the set.

Return

true if the element was removed, false otherwise.

Parameters

element

the element to remove.

See also