_count | javolution.text.Text | private |
_data | javolution.text.Text | private |
_head | javolution.text.Text | private |
_tail | javolution.text.Text | private |
append(String str) | javolution.text.Text | private |
BLOCK_MASK | javolution.text.Text | privatestatic |
BLOCK_SIZE | javolution.text.Text | privatestatic |
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 | |
EMPTY | javolution.text.Text | static |
endsWith(java.lang.CharSequence suffix) | javolution.text.Text | |
equals(Object obj) | javolution.text.Text | |
FALSE | javolution.text.Text | privatestatic |
getChars(int start, int end, char dest[], int destPos) | javolution.text.Text | |
getDepth() | javolution.text.Text | private |
getNbrOfBranches() | javolution.text.Text | private |
getNbrOfLeaves() | javolution.text.Text | private |
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 | |
INTERN | javolution.text.Text | privatestatic |
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.Text | private |
length() | javolution.text.Text | |
newComposite(Text head, Text tail) | javolution.text.Text | privatestatic |
newPrimitive(int length) | javolution.text.Text | privatestatic |
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.Text | private |
serialVersionUID | javolution.text.Text | privatestatic |
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.Text | private |
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 | |
TRUE | javolution.text.Text | privatestatic |
value() | javolution.text.Text | |
valueOf(Object obj) | javolution.text.Text | static |
valueOf(String str) | javolution.text.Text | privatestatic |
valueOf(String str, int start, int end) | javolution.text.Text | privatestatic |
valueOf(char[] chars) | javolution.text.Text | static |
valueOf(char[] chars, int offset, int length) | javolution.text.Text | static |
valueOf(TextBuilder tb, int start, int end) | javolution.text.Text | packagestatic |
valueOf(boolean b) | javolution.text.Text | static |
valueOf(char c) | javolution.text.Text | static |
valueOf(int i) | javolution.text.Text | static |
valueOf(int i, int radix) | javolution.text.Text | static |
valueOf(long l) | javolution.text.Text | static |
valueOf(long l, int radix) | javolution.text.Text | static |
valueOf(float f) | javolution.text.Text | static |
valueOf(double d) | javolution.text.Text | static |
valueOf(double d, int digits, boolean scientific, boolean showZero) | javolution.text.Text | static |
valueOf(char c, int length) | javolution.text.Text | static |