Overview
>
klyn.collections
>
Collection
>
remove
Overview
Index
Tree
Deprecated
klyn.collections.Collection.remove
method
public remove(item as Object) as Boolean
Description
Removes the first occurrence of the specified element from the collection.
Parameters
item The element to remove.
Returns
True if the element was removed, false otherwise.