Removes all the rowKeys in the current collection from this Set. If the underlying model is a List, then all the rowKeys in the List are removed from this Set. If the underlying model is a tree, then all the rowKeys in the current subtree are removed from this Set.
For List models, this method and {@link #clear} behave the same.For tree models, this method only operates on the current subtree, while the {@link #clear} method removes everything from this Set.
This implementation simply calls {@link #clear}