Uses of Class java.lang.StringBuffer

Uses in package java.util.regex

Methods with parameter type java.lang.StringBuffer

Matcher
StringBuffer

Methods with return type java.lang.StringBuffer

StringBuffer

Uses in package java.text

Methods with parameter type java.lang.StringBuffer

StringBuffer
MessageFormat.format(arguments[] , StringBuffer appendBuf, FieldPosition fp)
Returns the pattern with the formatted objects.
StringBuffer
ChoiceFormat.format(double num, StringBuffer appendBuf, FieldPosition pos)
This method appends the appropriate format string to the specified StringBuffer based on the supplied double argument.
StringBuffer
DecimalFormat.format(double number, StringBuffer dest, FieldPosition fieldPos)
Produce a formatted String representation of this double.
StringBuffer
NumberFormat.format(double number, StringBuffer sbuf, FieldPosition pos)
This method formats the specified double and appends it to a StringBuffer.
StringBuffer
This method formats the specified Object into a date string and appends it to the specified StringBuffer.
StringBuffer
Produce a formatted String representation of this object.
StringBuffer
This method formats an Object into a String and appends the String to a StringBuffer.
StringBuffer
MessageFormat.format(Object objectArray, StringBuffer appendBuf, FieldPosition fpos)
Returns the pattern with the formatted objects.
StringBuffer
StringBuffer
This method formats a Date into a string and appends it to the specified StringBuffer.
StringBuffer
StringBuffer
ChoiceFormat.format(long num, StringBuffer appendBuf, FieldPosition pos)
This method appends the appropriate format string to the specified StringBuffer based on the supplied long argument.
StringBuffer
DecimalFormat.format(long number, StringBuffer dest, FieldPosition fieldPos)
Produce a formatted String representation of this long.
StringBuffer
NumberFormat.format(long number, StringBuffer sbuf, FieldPosition pos)
This method formats the specified long and appends it to a StringBuffer.

Methods with return type java.lang.StringBuffer

StringBuffer
MessageFormat.format(arguments[] , StringBuffer appendBuf, FieldPosition fp)
Returns the pattern with the formatted objects.
StringBuffer
ChoiceFormat.format(double num, StringBuffer appendBuf, FieldPosition pos)
This method appends the appropriate format string to the specified StringBuffer based on the supplied double argument.
StringBuffer
DecimalFormat.format(double number, StringBuffer dest, FieldPosition fieldPos)
Produce a formatted String representation of this double.
StringBuffer
NumberFormat.format(double number, StringBuffer sbuf, FieldPosition pos)
This method formats the specified double and appends it to a StringBuffer.
StringBuffer
This method formats the specified Object into a date string and appends it to the specified StringBuffer.
StringBuffer
Produce a formatted String representation of this object.
StringBuffer
This method formats an Object into a String and appends the String to a StringBuffer.
StringBuffer
MessageFormat.format(Object objectArray, StringBuffer appendBuf, FieldPosition fpos)
Returns the pattern with the formatted objects.
StringBuffer
StringBuffer
This method formats a Date into a string and appends it to the specified StringBuffer.
StringBuffer
StringBuffer
ChoiceFormat.format(long num, StringBuffer appendBuf, FieldPosition pos)
This method appends the appropriate format string to the specified StringBuffer based on the supplied long argument.
StringBuffer
DecimalFormat.format(long number, StringBuffer dest, FieldPosition fieldPos)
Produce a formatted String representation of this long.
StringBuffer
NumberFormat.format(long number, StringBuffer sbuf, FieldPosition pos)
This method formats the specified long and appends it to a StringBuffer.

Uses in package java.lang

Constructors with parameter type java.lang.StringBuffer

Creates a new String using the character sequence represented by the StringBuffer.

Methods with parameter type java.lang.StringBuffer

StringBuffer
Append the StringBuffer value of the argument to this StringBuffer.
StringBuilder
Append the StringBuilder value of the argument to this StringBuilder.
boolean
Compares the given StringBuffer to this String.

Methods with return type java.lang.StringBuffer

StringBuffer
StringBuffer.append(boolean bool)
Append the String value of the argument to this StringBuffer.
StringBuffer
Append the char to this StringBuffer.
StringBuffer
StringBuffer.append(char[] data)
Append the char array to this StringBuffer.
StringBuffer
StringBuffer.append(char[] data, int offset, int count)
Append part of the char array to this StringBuffer.
StringBuffer
StringBuffer.append(double dnum)
Append the String value of the argument to this StringBuffer.
StringBuffer
StringBuffer.append(float fnum)
Append the String value of the argument to this StringBuffer.
StringBuffer
StringBuffer.append(int inum)
Append the String value of the argument to this StringBuffer.
StringBuffer
Append the characters in the CharSequence to this buffer.
StringBuffer
StringBuffer.append(CharSequence seq, int start, int end)
Append some characters from the CharSequence to this buffer.
StringBuffer
Append the String value of the argument to this StringBuffer.
StringBuffer
Append the String to this StringBuffer.
StringBuffer
Append the StringBuffer value of the argument to this StringBuffer.
StringBuffer
StringBuffer.append(long lnum)
Append the String value of the argument to this StringBuffer.
StringBuffer
Append the code point to this StringBuffer.
StringBuffer
StringBuffer.delete(int start, int end)
Delete characters from this StringBuffer.
StringBuffer
Delete a character from this StringBuffer.
StringBuffer
StringBuffer.insert(int offset, boolean bool)
Insert the String value of the argument into this StringBuffer.
StringBuffer
StringBuffer.insert(int offset, char ch)
Insert the char argument into this StringBuffer.
StringBuffer
StringBuffer.insert(int offset, char[] data)
Insert the char[] argument into this StringBuffer.
StringBuffer
StringBuffer.insert(int offset, char[] str, int str_offset, int len)
Insert a subarray of the char[] argument into this StringBuffer.
StringBuffer
StringBuffer.insert(int offset, double dnum)
Insert the String value of the argument into this StringBuffer.
StringBuffer
StringBuffer.insert(int offset, float fnum)
Insert the String value of the argument into this StringBuffer.
StringBuffer
StringBuffer.insert(int offset, int inum)
Insert the String value of the argument into this StringBuffer.
StringBuffer
StringBuffer.insert(int offset, CharSequence sequence)
Insert the CharSequence argument into this StringBuffer.
StringBuffer
StringBuffer.insert(int offset, CharSequence sequence, int start, int end)
Insert a subsequence of the CharSequence argument into this StringBuffer.
StringBuffer
StringBuffer.insert(int offset, Object obj)
Insert the String value of the argument into this StringBuffer.
StringBuffer
StringBuffer.insert(int offset, String str)
Insert the String argument into this StringBuffer.
StringBuffer
StringBuffer.insert(int offset, long lnum)
Insert the String value of the argument into this StringBuffer.
StringBuffer
StringBuffer.replace(int start, int end, String str)
Replace characters between index start (inclusive) and end (exclusive) with str.
StringBuffer
Reverse the characters in this StringBuffer.

Uses in package javax.swing.text.html.parser

Methods with parameter type java.lang.StringBuffer

boolean
Parse DTD document declarations.

Uses in package java.io

Methods with return type java.lang.StringBuffer

StringBuffer
This method returns the StringBuffer object that this object is writing to.