Decorates another {@link SortedBag} to ensure it can't be altered.
This class is Serializable from Commons Collections 3.1.
Attempts to modify it will result in an UnsupportedOperationException.
@since 3.0
@version $Id: UnmodifiableSortedBag.java 1494280 2013-06-18 20:07:04Z tn $
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.