remove

open override fun remove(element: E): Boolean

Removes the give element from the collection if it is present.

Return

True if the element was removed, false otherwise.

Parameters

element

The element to remove.