Package net.sourceforge.pmd.benchmark
Class StringBuilderCR
- java.lang.Object
-
- net.sourceforge.pmd.benchmark.StringBuilderCR
-
@Deprecated public class StringBuilderCR extends Object
Deprecated.A wrapped StringBuilder that appends a variable number of text segments efficiently and always appends the specified carriage return terminator.- Author:
- Brian Remedios
-
-
Constructor Summary
Constructors Constructor Description StringBuilderCR(String theCR)
Deprecated.StringBuilderCR(String initialText, String theCR)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
appendLn(String... chunks)
Deprecated.String
toString()
Deprecated.
-