public abstract boolean removeAll (E… elements)

A convenience method for var-arg usage of the removeAll method.

Parameters:
elements    the elements to be removed

Returns:  true if list changed as a result of this call