contains

open fun contains(value: Long): Boolean

Checks if the set contains a particular value.

Return

true if the value is in the set, false if not

Parameters

value

the value to check for