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.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.