MCPcopy Create free account
hub / github.com/davidgiven/luje / StringBuffer

Method StringBuffer

lib/java/lang/StringBuffer.java:53–55  ·  view source on GitHub ↗

Constructs a new StringBuffer using the default capacity which is 16.

()

Source from the content-addressed store, hash-verified

51 * Constructs a new StringBuffer using the default capacity which is 16.
52 */
53 public StringBuffer() {
54 super();
55 }
56
57 /**
58 * Constructs a new StringBuffer using the specified capacity.

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.65

Tested by

no test coverage detected