Javolution 6.0.0 java
javolution.text.Text Member List

This is the complete list of members for javolution.text.Text, including all inherited members.

_countjavolution.text.Textprivate
_datajavolution.text.Textprivate
_headjavolution.text.Textprivate
_tailjavolution.text.Textprivate
append(String str)javolution.text.Textprivate
BLOCK_MASKjavolution.text.Textprivatestatic
BLOCK_SIZEjavolution.text.Textprivatestatic
charAt(int index)javolution.text.Text
compareTo(CharSequence csq)javolution.text.Text
concat(Text that)javolution.text.Text
contentEquals(java.lang.CharSequence csq)javolution.text.Text
contentEqualsIgnoreCase(java.lang.CharSequence csq)javolution.text.Text
copy()javolution.text.Text
delete(int start, int end)javolution.text.Text
EMPTYjavolution.text.Textstatic
endsWith(java.lang.CharSequence suffix)javolution.text.Text
equals(Object obj)javolution.text.Text
FALSEjavolution.text.Textprivatestatic
getChars(int start, int end, char dest[], int destPos)javolution.text.Text
getDepth()javolution.text.Textprivate
getNbrOfBranches()javolution.text.Textprivate
getNbrOfLeaves()javolution.text.Textprivate
hashCode()javolution.text.Text
indexOf(java.lang.CharSequence csq)javolution.text.Text
indexOf(java.lang.CharSequence csq, int fromIndex)javolution.text.Text
indexOf(char c)javolution.text.Text
indexOf(char c, int fromIndex)javolution.text.Text
indexOfAny(CharSet charSet)javolution.text.Text
indexOfAny(CharSet charSet, int start)javolution.text.Text
indexOfAny(CharSet charSet, int start, int length)javolution.text.Text
insert(int index, Text txt)javolution.text.Text
INTERNjavolution.text.Textprivatestatic
intern()javolution.text.Text
isBlank()javolution.text.Text
isBlank(int start, int length)javolution.text.Text
lastIndexOf(java.lang.CharSequence csq)javolution.text.Text
lastIndexOf(java.lang.CharSequence csq, int fromIndex)javolution.text.Text
lastIndexOf(char c, int fromIndex)javolution.text.Text
lastIndexOfAny(CharSet charSet)javolution.text.Text
lastIndexOfAny(CharSet charSet, int start)javolution.text.Text
lastIndexOfAny(CharSet charSet, int start, int length)javolution.text.Text
leftRotation()javolution.text.Textprivate
length()javolution.text.Text
newComposite(Text head, Text tail)javolution.text.Textprivatestatic
newPrimitive(int length)javolution.text.Textprivatestatic
padLeft(int len)javolution.text.Text
padLeft(int len, char c)javolution.text.Text
padRight(int len)javolution.text.Text
padRight(int len, char c)javolution.text.Text
plus(Object obj)javolution.text.Text
plus(String str)javolution.text.Text
printStatistics(PrintStream out)javolution.text.Text
replace(java.lang.CharSequence target, java.lang.CharSequence replacement)javolution.text.Text
replace(CharSet charSet, java.lang.CharSequence replacement)javolution.text.Text
rightRotation()javolution.text.Textprivate
serialVersionUIDjavolution.text.Textprivatestatic
startsWith(java.lang.CharSequence prefix)javolution.text.Text
startsWith(java.lang.CharSequence prefix, int index)javolution.text.Text
subSequence(int start, int end)javolution.text.Text
subtext(int start)javolution.text.Text
subtext(int start, int end)javolution.text.Text
Text(boolean isPrimitive)javolution.text.Textprivate
Text(String str)javolution.text.Text
toLowerCase()javolution.text.Text
toString()javolution.text.Text
toText()javolution.text.Text
toUpperCase()javolution.text.Text
trim()javolution.text.Text
trimEnd()javolution.text.Text
trimStart()javolution.text.Text
TRUEjavolution.text.Textprivatestatic
value()javolution.text.Text
valueOf(Object obj)javolution.text.Textstatic
valueOf(String str)javolution.text.Textprivatestatic
valueOf(String str, int start, int end)javolution.text.Textprivatestatic
valueOf(char[] chars)javolution.text.Textstatic
valueOf(char[] chars, int offset, int length)javolution.text.Textstatic
valueOf(TextBuilder tb, int start, int end)javolution.text.Textpackagestatic
valueOf(boolean b)javolution.text.Textstatic
valueOf(char c)javolution.text.Textstatic
valueOf(int i)javolution.text.Textstatic
valueOf(int i, int radix)javolution.text.Textstatic
valueOf(long l)javolution.text.Textstatic
valueOf(long l, int radix)javolution.text.Textstatic
valueOf(float f)javolution.text.Textstatic
valueOf(double d)javolution.text.Textstatic
valueOf(double d, int digits, boolean scientific, boolean showZero)javolution.text.Textstatic
valueOf(char c, int length)javolution.text.Textstatic