MCPcopy Create free account
hub / github.com/BruceEckel/OnJava8-Examples / toString

Method toString

collectiontopics/ToDoList.java:27–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 return -1;
26 }
27 @Override public String toString() {
28 return Character.toString(primary) +
29 secondary + ": " + item;
30 }
31}
32
33class ToDoList {

Callers 3

mainMethod · 0.45
getMethod · 0.45
mainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected