Returns a list containing all elements of the original collection without the first occurrence of the given element.
Returns a set containing all elements of the original set except the given element.
The returned set preserves the element iteration order of the original set.