Wraps an observable set. This object acts like an exact copy of the original set, and tracks all the changes in the original. The only difference is that disposing the wrapper will not dispose the original. You can use this whenever you need to return an IObservableSet from a method that expects the caller to dispose the set, but you have an IObservableSet that you don't want disposed.
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.