Package java.util
Interface Collection

Public Method remove

abstract boolean remove(Object o)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Removes a single instance of the specified element from this collection, if it is present (optional operation).

More formally, removes an element e such that (o==null ? e==null : o.equals(e)), if this collection contains one or more such elements. Returns true if this collection contained the specified element (or equivalently, if this collection changed as a result of the call).