Decorates another List 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: UnmodifiableList.java 1479405 2013-05-05 21:58:52Z 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.