Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Uses of Class
java.lang.StringBuffer
Packages that use StringBuffer
Provides for system input and output through data streams, serialization and the file system.
Provides classes that are fundamental to the design of the Java programming language.
Methods in java.io that return StringBuffer
StringWriter.getBuffer()
Return the string buffer itself.
Class declarations in java.lang with type arguments of type StringBuffer
class
A thread-safe, mutable sequence of characters.
Methods in java.lang that return StringBuffer
StringBuffer.append(boolean b)
Appends the string representation of the boolean argument to the sequence.
StringBuffer.append(char c)
Appends the string representation of the char argument to this sequence.
StringBuffer.append(char[] str)
Appends the string representation of the char array argument to this sequence.
StringBuffer.append(char[] str, int offset, int len)
Appends the string representation of a subarray of the char array argument to this sequence.
StringBuffer.append(CharSequence s)
Appends the specified CharSequence to this sequence.
StringBuffer.append(CharSequence s, int start, int end)
Appends a subsequence of the specified CharSequence to this sequence.
StringBuffer.append(double d)
Appends the string representation of the double argument to this sequence.
StringBuffer.append(float f)
Appends the string representation of the float argument to this sequence.
StringBuffer.append(int i)
Appends the string representation of the int argument to this sequence.
StringBuffer.append(long lng)
Appends the string representation of the long argument to this sequence.
StringBuffer.append(Object obj)
Appends the string representation of the Object argument.
StringBuffer.append(String str)
Appends the specified string to this character sequence.
StringBuffer.append(StringBuffer sb)
Appends the specified StringBuffer to this sequence.
StringBuffer.appendCodePoint(int codePoint)
Appends the string representation of the codePoint argument to this sequence.
StringBuffer.delete(int start, int end)
Removes the characters in a substring of this sequence.
StringBuffer.deleteCharAt(int index)
Removes the char at the specified position in this sequence.
StringBuffer.insert(int dstOffset, CharSequence s)
Inserts the specified CharSequence into this sequence.
StringBuffer.insert(int dstOffset, CharSequence s, int start, int end)
Inserts a subsequence of the specified CharSequence into this sequence.
StringBuffer.insert(int index, char[] str, int offset, int len)
Inserts the string representation of a subarray of the str array argument into this sequence.
StringBuffer.insert(int offset, boolean b)
Inserts the string representation of the boolean argument into this sequence.
StringBuffer.insert(int offset, char c)
Inserts the string representation of the char argument into this sequence.
StringBuffer.insert(int offset, char[] str)
Inserts the string representation of the char array argument into this sequence.
StringBuffer.insert(int offset, double d)
Inserts the string representation of the double argument into this sequence.
StringBuffer.insert(int offset, float f)
Inserts the string representation of the float argument into this sequence.
StringBuffer.insert(int offset, int i)
Inserts the string representation of the second int argument into this sequence.
StringBuffer.insert(int offset, long l)
Inserts the string representation of the long argument into this sequence.
StringBuffer.insert(int offset, Object obj)
Inserts the string representation of the Object argument into this character sequence.
StringBuffer.insert(int offset, String str)
Inserts the string into this character sequence.
StringBuffer.replace(int start, int end, String str)
Replaces the characters in a substring of this sequence with characters in the specified String.
StringBuffer.reverse()
Causes this character sequence to be replaced by the reverse of the sequence.
Methods in java.lang with parameters of type StringBuffer
boolean
Compares this string to the specified StringBuffer.
StringBuffer.append(StringBuffer sb)
Appends the specified StringBuffer to this sequence.
int
StringBuffer.compareTo(StringBuffer another)
Compares two StringBuffer instances lexicographically.
StringBuilder.append(StringBuffer sb)
Appends the specified StringBuffer to this sequence.
Constructors in java.lang with parameters of type StringBuffer
Allocates a new string that contains the sequence of characters currently contained in the string buffer argument.

 Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz