Uses of Class
net.thevpc.common.strings.StringBuilder2
Packages that use StringBuilder2
-
Uses of StringBuilder2 in net.thevpc.common.strings
Methods in net.thevpc.common.strings that return StringBuilder2Modifier and TypeMethodDescriptionStringBuilder2.append(boolean b) Appends the string representation of thebooleanargument to the sequence.StringBuilder2.append(char c) Appends the string representation of thecharargument to this sequence.StringBuilder2.append(char[] str) Appends the string representation of thechararray argument to this sequence.StringBuilder2.append(char[] str, int offset, int len) Appends the string representation of a subarray of thechararray argument to this sequence.StringBuilder2.append(double d) Appends the string representation of thedoubleargument to this sequence.StringBuilder2.append(float f) Appends the string representation of thefloatargument to this sequence.StringBuilder2.append(int i) Appends the string representation of theintargument to this sequence.StringBuilder2.append(long l) Appends the string representation of thelongargument to this sequence.StringBuilder2.append(CharSequence s) StringBuilder2.append(CharSequence s, int start, int end) Appends a subsequence of the specifiedCharSequenceto this sequence.Appends the string representation of theObjectargument.Appends the specified string to this character sequence.StringBuilder2.append(StringBuffer sb) StringBuilder2.append(StringBuilder2 s) StringBuilder2.appendCodePoint(int codePoint) Appends the string representation of thecodePointargument to this sequence.StringBuilder2.appendln()StringBuilder2.appendln(CharSequence other) StringBuilder2.appendln(StringBuffer other) StringBuilder2.appendln(StringBuilder2 other) StringBuilder2.appendWithSeparator(String separator, String str) appends separator and than str.StringBuilder2.delete()StringBuilder2.delete(int start, int end) Removes the characters in a substring of this sequence.StringBuilder2.deleteCharAt(int index) Removes thecharat the specified position in this sequence.StringBuilder2.insert(int offset, boolean b) Inserts the string representation of thebooleanargument into this sequence.StringBuilder2.insert(int offset, char c) Inserts the string representation of thecharargument into this sequence.StringBuilder2.insert(int offset, char[] str) Inserts the string representation of thechararray argument into this sequence.StringBuilder2.insert(int index, char[] str, int offset, int len) Inserts the string representation of a subarray of thestrarray argument into this sequence.StringBuilder2.insert(int offset, double d) Inserts the string representation of thedoubleargument into this sequence.StringBuilder2.insert(int offset, float f) Inserts the string representation of thefloatargument into this sequence.StringBuilder2.insert(int offset, int i) Inserts the string representation of the secondintargument into this sequence.StringBuilder2.insert(int offset, long l) Inserts the string representation of thelongargument into this sequence.StringBuilder2.insert(int dstOffset, CharSequence s) Inserts the specifiedCharSequenceinto this sequence.StringBuilder2.insert(int dstOffset, CharSequence s, int start, int end) Inserts a subsequence of the specifiedCharSequenceinto this sequence.Inserts the string representation of theObjectargument into this character sequence.Inserts the string into this character sequence.Replaces the characters in a substring of this sequence with characters in the specifiedString.StringBuilder2.reverse()Causes this character sequence to be replaced by the reverse of the sequence.Methods in net.thevpc.common.strings with parameters of type StringBuilder2Modifier and TypeMethodDescriptionStringBuilder2.append(StringBuilder2 s) StringBuilder2.appendln(StringBuilder2 other)