Java.Lang.StringBuilder: Constructor Members

The constructors of Java.Lang.StringBuilder are listed below. For a list of all members, see the StringBuilder Members list.

See Also: Inherited members from Java.Lang.AbstractStringBuilder

Public Constructors

Constructs an instance with an initial capacity of 16.
Constructs an instance that's initialized with the contents of the specified CharSequence.
Constructs an instance with the specified capacity.
Constructs an instance that's initialized with the contents of the specified String.