Removes the specified element from this set and all of its subsets.
virtual void remove(const IElement* element) = 0;
There is no effect if the element does not exist in the set.
remove Method