Removes a single element from this shrinkable collection.
Removes a single element from this shrinkable collection.
the element to remove.
the shrinkable collection itself
Removes all elements produced by an iterator from this shrinkable collection.
Removes all elements produced by an iterator from this shrinkable collection.
the iterator producing the elements to remove.
the shrinkable collection itself
Removes two or more elements from this shrinkable collection.
Removes two or more elements from this shrinkable collection.
the first element to remove.
the second element to remove.
the remaining elements to remove.
the shrinkable collection itself
This trait forms part of collections that can be reduced using a
-=
operator.2.8
2.8