Builder
constructor()
Create a new instance of the builder with default initial capacity 16.
Create a new instance of the builder with the specified initial string.
Parameters
initial
the initial string of the StringBuilder
Create a new instance of the builder with the specified initial capacity.
Parameters
capacity
the initial capacity of the StringBuilder