- object
- the object to remove.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.UnsupportedOperationException if removing from this Collection is not supported. Java.Lang.ClassCastException if the object passed is not of the correct type. Java.Lang.NullPointerException if object is null and this Collection doesn't support null elements.
Removes one instance of the specified object from this Collection if one is contained (optional). The element elem that is removed complies with (object==null ? elem==null : object.equals(elem).