removeAll method

void removeAll (Iterable<Object> elements)

Removes each element of elements from this set.

Implementation

void removeAll(Iterable<Object> elements);