remove


Description:

public abstract bool remove (G item)

Removes the first occurrence of an item from this collection. Must not be called on read-only collections.

Parameters:

item

the item to remove from the collection

Returns:

true if the collection has been changed, false otherwise