Package rife.template
Class InternalString
java.lang.Object
rife.template.InternalString
- All Implemented Interfaces:
CharSequence
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcharcharAt(int index) byte[]intlength()subSequence(int beginIndex, int endIndex) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.CharSequence
chars, codePoints, isEmpty
-
Constructor Details
-
InternalString
-
InternalString
-
-
Method Details
-
toString
- Specified by:
toStringin interfaceCharSequence- Overrides:
toStringin classObject
-
getBytes
- Throws:
UnsupportedEncodingException
-
length
public int length()- Specified by:
lengthin interfaceCharSequence
-
append
-
subSequence
- Specified by:
subSequencein interfaceCharSequence
-
charAt
public char charAt(int index) - Specified by:
charAtin interfaceCharSequence
-