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.