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

Method append

reuse/Detergent.java:9–9  ·  view source on GitHub ↗
(String a)

Source from the content-addressed store, hash-verified

7class Cleanser {
8 private String s = "Cleanser";
9 public void append(String a) { s += a; }
10 public void dilute() { append(" dilute()"); }
11 public void apply() { append(" apply()"); }
12 public void scrub() { append(" scrub()"); }

Callers 15

diluteMethod · 0.95
applyMethod · 0.95
scrubMethod · 0.95
formatMethod · 0.80
explicitMethod · 0.80
string1Method · 0.80
toStringMethod · 0.80
PythonLists.pyFile · 0.80
toStringMethod · 0.80
scrambleWordMethod · 0.80
mainMethod · 0.80
scrubMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected