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