Overview
>
klyn.collections
>
HashSet
>
contains
Overview
Index
Tree
Deprecated
klyn.collections.HashSet.contains
method
public native contains(item as Object) as Boolean
Description
Returns true if the set contains the element.
Parameters
item The element to search for.