MCPcopy Index your code
hub / github.com/BruceEckel/OnJava8-Examples / main

Method main

strings/UsingStringBuilder.java:27–30  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

25 return "[" + result + "]";
26 }
27 public static void main(String[] args) {
28 System.out.println(string1());
29 System.out.println(string2());
30 }
31}
32/* Output:
33[58, 55, 93, 61, 61, 29, 68, 0, 22, 7, 88, 28, 51, 89,

Callers

nothing calls this directly

Calls 2

string1Method · 0.95
string2Method · 0.95

Tested by

no test coverage detected