Overview
>
klyn.collections
>
HashSet
>
remove
Overview
Index
Tree
Deprecated
klyn.collections.HashSet.remove
method
public native remove(item as Object) as Boolean
Description
Removes an element from the set.
Parameters
item The element to remove.
Returns
True if the element existed.