A wrapper around another CharSequence, providing a view of a subset of that sequence. Caveat: One of the weaknesses of {@link CharSequence} interface is its lack of a methodindicating whether the instance is mutable or immutable. This class tests dimensions at construction time, but if the wrapped CharSequence changes its size, this class will have no way of knowing it.
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.