Frames | No Frames |
Methods with parameter type gnu.java.lang.CPStringBuilder | |
REMatch | Returns the first match found in the input, beginning the search
at the specified index, and using the specified execution flags.
|
boolean | Returns true if there are more matches in the input text.
|
Constructors with parameter type gnu.java.lang.CPStringBuilder | |
This constructor accepts a StringBuffer. |
Methods with return type gnu.java.lang.CPStringBuilder | |
CPStringBuilder | This method returns the internal CPStringBuilder describing
the attributed string.
|
Methods with return type gnu.java.lang.CPStringBuilder | |
CPStringBuilder | CPStringBuilder.append(boolean bool) Append the String value of the argument to this
StringBuffer . |
CPStringBuilder | CPStringBuilder.append(char ch) Append the char to this StringBuffer .
|
CPStringBuilder | CPStringBuilder.append(char[] data) Append the char array to this StringBuffer .
|
CPStringBuilder | CPStringBuilder.append(char[] data, int offset, int count) Append part of the char array to this
StringBuffer . |
CPStringBuilder | CPStringBuilder.append(double dnum) Append the String value of the argument to this
StringBuffer . |
CPStringBuilder | CPStringBuilder.append(float fnum) Append the String value of the argument to this
StringBuffer . |
CPStringBuilder | CPStringBuilder.append(int inum) Append the String value of the argument to this
StringBuffer . |
CPStringBuilder | Append the characters in the CharSequence to this
buffer.
|
CPStringBuilder | Append some characters from the CharSequence to this
buffer. |
CPStringBuilder | Append the String value of the argument to this
StringBuffer . |
CPStringBuilder | Append the String to this StringBuffer . |
CPStringBuilder | Append the StringBuilder value of the argument to this
StringBuilder . |
CPStringBuilder | CPStringBuilder.append(long lnum) Append the String value of the argument to this
StringBuffer . |
CPStringBuilder | CPStringBuilder.appendCodePoint(int code) Append the code point to this StringBuffer .
|
CPStringBuilder | CPStringBuilder.delete(int start, int end) Delete characters from this StringBuffer .
|
CPStringBuilder | CPStringBuilder.deleteCharAt(int index) Delete a character from this StringBuffer .
|
CPStringBuilder | CPStringBuilder.insert(int offset, boolean bool) Insert the String value of the argument into this
StringBuffer . |
CPStringBuilder | CPStringBuilder.insert(int offset, char ch) Insert the char argument into this StringBuffer .
|
CPStringBuilder | CPStringBuilder.insert(int offset, char[] data) Insert the char[] argument into this
StringBuffer .
|
CPStringBuilder | CPStringBuilder.insert(int offset, char[] str, int str_offset, int len) Insert a subarray of the char[] argument into this
StringBuffer .
|
CPStringBuilder | CPStringBuilder.insert(int offset, double dnum) Insert the String value of the argument into this
StringBuffer . |
CPStringBuilder | CPStringBuilder.insert(int offset, float fnum) Insert the String value of the argument into this
StringBuffer . |
CPStringBuilder | CPStringBuilder.insert(int offset, int inum) Insert the String value of the argument into this
StringBuffer . |
CPStringBuilder | Insert the CharSequence argument into this
StringBuffer . |
CPStringBuilder | Insert a subsequence of the CharSequence argument into this
StringBuffer . |
CPStringBuilder | Insert the String value of the argument into this
StringBuffer . |
CPStringBuilder | Insert the String argument into this
StringBuffer . |
CPStringBuilder | CPStringBuilder.insert(int offset, long lnum) Insert the String value of the argument into this
StringBuffer . |
CPStringBuilder | Replace characters between index start (inclusive) and
end (exclusive) with str . |
CPStringBuilder | Reverse the characters in this StringBuffer. |