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

Method toString

concurrent/Pizza.java:44–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 return step.equals(Step.BOXED);
43 }
44 @Override public String toString() {
45 return "Pizza" + id + ": " +
46 (step.equals(Step.BOXED)? "complete" : step);
47 }
48}

Callers

nothing calls this directly

Calls 1

equalsMethod · 0.45

Tested by

no test coverage detected