getElement

open override fun getElement(element: E): E?(source)

Searches for the specified element in this set.

Since Kotlin

1.3

Return

the element from the set equal to element, or null if no such element found.